Auth0
Official
🔐 Identity & Auth
Official Auth0 MCP server for identity management through AI. Manage applications, resource servers, actions, forms, and audit logs through the Auth0 Management API. Secure Device Authorization Flow authentication with automatic token refresh.
Tags
Tools (20)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"auth0": {
"command": "npx",
"args": [
"-y",
"@auth0/auth0-mcp-server",
"run"
],
"env": {
"AUTH0_DOMAIN": "your-auth0-domain-here",
"AUTH0_CLIENT_ID": "your-auth0-client-id-here",
"AUTH0_CLIENT_SECRET": "your-auth0-client-secret-here"
}
}
}
}