Auth0
Freeby MCP Community
Auth0 Model Context Protocol (MCP) Server (Beta) — A secure and extendable implementation of an MCP server that provides AI assistants with controlled access to
v0.1.0-beta.10Added Apr 12, 2026
auth0mcpmodel context protocolexperimentalbeta
Auth0 MCP Server
Auth0 Model Context Protocol (MCP) Server (Beta) — A secure and extendable implementation of an MCP server that provides AI assistants with controlled access to
Installation
Reviews
Installation
Quick install
npx -y @auth0/auth0-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"auth0": {
"command": "npx",
"args": ["-y", "@auth0/auth0-mcp-server"]
}
}
}