The Auth0 MCP Server integrates with LLMs and AI agents, allowing natural language interaction to perform various Auth0 management operations such as creating applications, managing APIs, deploying actions, and listing logs.
authenticationauthorizationidentity managementapi managementcloud
Installation & Configuration
{
"mcpServers": {
"auth0": {
"command": "npx",
"args": [
"-y",
"@auth0/auth0-mcp-server",
"run"
],
"capabilities": [
"tools"
],
"env": {
"DEBUG": "auth0-mcp"
}
}
}
}Information
Transport
stdio
Language
TypeScript
Created
2025/4/9
Updated
2026/6/8