Auth0
OfficialManage actions, apps, forms, and logs — deeply involved in MCP auth spec.
API Key Required
Configuration
{
"mcpServers": {
"auth0": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-auth0"
],
"env": {
"AUTH0_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.