Auth0 MCP Server
Drives the Auth0 Management API from an assistant over stdio
Add it to your client
Officialnpx @auth0/auth0-mcp-server init
{
"mcpServers": {
"auth0-mcp": {
"command": "npx",
"args": [
"@auth0/auth0-mcp-server",
"init"
]
}
}
}- Transport
- stdio
- Runtime
- Node
- Auth
- Required
- License
- MIT
Covers the setup work that usually happens by hand in the Auth0 dashboard — creating applications, resource servers, grants, actions and forms, and reading authentication logs when a login fails. Login uses the OAuth device authorization flow and credentials land in the system keychain rather than a config file. No scopes are granted by default; they are picked during setup, and flags exist to run the server read-only or with a narrowed tool set. Sensitive values are redacted from responses.
Similar MCP servers
Vercel MCP
MCP serverHosted endpoint for Vercel docs, projects, deployments and logs.
Supabase MCP Server
MCP serverHosted endpoint connecting agents to Supabase projects and their Postgres.
GitHub MCP Server
MCP serverGitHub's own server for repos, issues, pull requests and workflow runs
Comments(0)
Sign in to comment