Auth0 MCP Server enables AI assistants like Claude to securely manage Auth0 tenants through natural language commands, providing tools for applications, APIs, actions, logs, and forms management.
List all applications in the Auth0 tenant or search by name.
Get details about a specific Auth0 application.
Create a new Auth0 application.
Update an existing Auth0 application.
List all resource servers (APIs) in the Auth0 tenant.
Get details about a specific Auth0 resource server.
Create a new Auth0 resource server (API).
Update an existing Auth0 resource server.
List all actions in the Auth0 tenant.
Get details about a specific Auth0 action.
Create a new Auth0 action.
Update an existing Auth0 action.
Deploy an Auth0 action.
List logs from the Auth0 tenant.
Get a specific log entry by ID.
List all forms in the Auth0 tenant.
Get details about a specific Auth0 form.
Create a new Auth0 form.
Update an existing Auth0 form.
Publish an Auth0 form.
{
"mcpServers": {
"auth0": {
"command": "npx",
"args": ["-y", "@auth0/auth0-mcp-server", "run"],
"capabilities": ["tools"],
"env": {
"DEBUG": "auth0-mcp"
}
}
}
}