Auth0 MCP Server
Rank #1471com.auth0/mcp
The Auth0 MCP Server integrates with LLMs and AI agents, allowing you to perform various Auth0 management operations using natural language. For instance, you could simply ask Claude to "Create a new Auth0 app and get the domain and client ID"
Auth0 MCP Server is a Model Context Protocol (MCP) server published by auth0. It ranks #1471 of 58,900 servers tracked on MCP Toplist, and its repository has 107 GitHub stars. Auth0 MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Apr 16, 2025 and most recently updated on Mar 26, 2026.
Ranks ahead of 57,429 of 58,900 servers on MCP Toplist.
Use Auth0 MCP Server
Add Auth0 MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"auth0": {
"command": "npx",
"args": [
"-y",
"@auth0/auth0-mcp-server"
]
}
}
}Listed on 2 registries (1 delisted)
auth0
Available versions (2)
| Version | Published |
|---|---|
| 0.1.0-beta.10 | Mar 26, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is Auth0 MCP Server?
- The Auth0 MCP Server integrates with LLMs and AI agents, allowing you to perform various Auth0 management operations using natural language. For instance, you could simply ask Claude to "Create a new Auth0 app and get the domain and client ID"
- Who maintains Auth0 MCP Server?
- Auth0 MCP Server is maintained by auth0, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Auth0 MCP Server an official MCP server?
- Yes — Auth0 MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Auth0 MCP Server have?
- MCP Toplist tracks 2 versions of Auth0 MCP Server, most recently published on Mar 26, 2026.
- Where can I find the source code for Auth0 MCP Server?
- The source code for Auth0 MCP Server is hosted at github.com/auth0/auth0-mcp-server.