Auth0 MCP Server
CommunityAbout
Identity and access management integration. Manage users, applications, and authentication.
Features
- User management
- Application configuration
- Action management
- Log analysis
Installation
Using Claude Desktop
Add this configuration to your Claude Desktop config file:
{
"mcpServers": {
"auth0": {
"command": "npx",
"args": [
"-y",
"@auth0/auth0-mcp-server"
]
}
}
}
Using Cursor
Configure in your Cursor settings (Settings > MCP):
{
"auth0": {
"command": "npx",
"args": [
"-y",
"@auth0/auth0-mcp-server"
]
}
}
How to Use
Once installed, you can ask your AI assistant to:
- "Manage user accounts"
- "Configure auth applications"
- "Review authentication logs"