Auth0 MCP
Create apps, deploy Actions, debug logs, and manage Auth0 tenants through natural language in your agent.
Add Auth0 MCP to your agent
OAuth device flow on first run. Use npx @auth0/auth0-mcp-server init --client cursor for guided setup, or paste the manual config below. Restrict tools with --tools flags for least privilege.
1Config location
Global: ~/.cursor/mcp.json or project: .cursor/mcp.json
2Copy this snippet
{
"mcpServers": {
"auth0": {
"command": "npx",
"args": ["-y", "@auth0/auth0-mcp-server", "run"],
"capabilities": ["tools"],
"env": {
"DEBUG": "auth0-mcp"
}
}
}
}
Add this block under mcpServers, then restart Cursor.