Auth0 MCP Server
Rank #1,771com.auth0/mcp
MCP server providing mcp capabilities
Auth0 MCP Server is a Model Context Protocol (MCP) server published by auth0. It ranks #1,771 of 132,345 servers tracked on MCP Toplist, and its repository has 122 GitHub stars. Auth0 MCP Server is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Apr 16, 2025 and most recently updated on Mar 26, 2026.
Ranks ahead of 130,574 of 132,345 servers on MCP Toplist.
Use Auth0 MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add auth0 -- npx -y @auth0/auth0-mcp-server run[mcp_servers.auth0]
command = "npx"
args = ["-y", "@auth0/auth0-mcp-server", "run"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"auth0": {
"command": "npx",
"args": [
"-y",
"@auth0/auth0-mcp-server",
"run"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"auth0": {
"command": "npx",
"args": [
"-y",
"@auth0/auth0-mcp-server",
"run"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"auth0": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@auth0/auth0-mcp-server",
"run"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"auth0": {
"command": "npx",
"args": [
"-y",
"@auth0/auth0-mcp-server",
"run"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"auth0": {
"command": "npx",
"args": [
"-y",
"@auth0/auth0-mcp-server",
"run"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.auth0%2Fmcp)<a href="https://mcptoplist.com/server/com.auth0%2Fmcp"><img src="https://mcptoplist.com/badge/com.auth0%2Fmcp.svg" alt="MCP Toplist: Top 5% of 132,345" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
auth0
Available versions (2)
| Version | Published |
|---|---|
| 0.1.0-beta.10 | Mar 26, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- 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 listed on the Official MCP Registry?
- Yes — Auth0 MCP Server is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- 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.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.