TL;DR
Auth0 is a Security MCP server that lets Claude Code, Cursor, Windsurf and any MCP-compatible AI agent manage Auth0 tenants, users, roles, and applications from AI agents via MCP. Install in 1 minute with mcpizy install auth0.
Auth0
Install verified 6 toolsSecurity
Manage Auth0 tenants, users, roles, and applications from AI agents via MCP.
Official homepageRepo audit: 87/100 β solid, with minor gaps in docs or maintenance
Scored on licence, adoption, maintenance and documentation of auth0/auth0-mcp-server. We show the grade whether it flatters the server or not.
last commit 10 days ago Β· 113 stars Β· MIT licence Β· 8 open issues
Read the full audit on CheckMCPInstall Auth0
mcpizy install auth0npx -y @auth0/auth0-mcp-server runTools exposed
6 tools availablelist_usersList users in the tenant
list_usersList users in the tenant
Inputs
per_pagenumberoptional
get_userGet a user by ID
get_userGet a user by ID
Inputs
idstringrequired
list_applicationsList applications (clients) in the tenant
list_applicationsList applications (clients) in the tenant
list_connectionsList identity connections
list_connectionsList identity connections
list_logsQuery tenant logs
list_logsQuery tenant logs
Inputs
qstringoptional
list_rolesList roles defined in the tenant
list_rolesList roles defined in the tenant
Configuration
Works identically across clients. Only the config file path differs.
Claude Code~/.claude.json
~/.claude.json{
"mcpServers": {
"auth0": {
"command": "npx",
"args": [
"-y",
"@auth0/auth0-mcp-server"
],
"env": {
"AUTH0_DOMAIN": "your-tenant.auth0.com",
"AUTH0_MANAGEMENT_API_TOKEN": "eyJ..."
}
}
}
}Cursor.cursor/mcp.json
.cursor/mcp.json{
"mcpServers": {
"auth0": {
"command": "npx",
"args": [
"-y",
"@auth0/auth0-mcp-server"
],
"env": {
"AUTH0_DOMAIN": "your-tenant.auth0.com",
"AUTH0_MANAGEMENT_API_TOKEN": "eyJ..."
}
}
}
}Windsurf~/.codeium/windsurf/mcp_config.json
~/.codeium/windsurf/mcp_config.json{
"mcpServers": {
"auth0": {
"command": "npx",
"args": [
"-y",
"@auth0/auth0-mcp-server"
],
"env": {
"AUTH0_DOMAIN": "your-tenant.auth0.com",
"AUTH0_MANAGEMENT_API_TOKEN": "eyJ..."
}
}
}
}Authentication setup
What you can do with Auth0 MCP
Paste any of these prompts into Claude Code, Cursor or another MCP-compatible client.
βList recent failed logins in my tenantβ
Uses: list_logs
βShow me every user created this weekβ
Uses: list_users
βWhat roles are defined in my tenant?β
Uses: list_roles
Works with
More Security MCPs
Cycode
Boost security in dev lifecycle via SAST, SCA, secrets scanning, and supply chain security.
RAD Security
AI-powered security insights for Kubernetes and cloud workloads. Threat detection.
1Password
Manage 1Password vaults, items, and secrets from AI agents via the Model Context Protocol.
Okta
Manage Okta users, groups, and application assignments for identity from AI agents.
Alternatives to Auth0
If Auth0 doesn't fit your stack, these Security MCP servers solve similar problems.
Frequently asked questions
What is the Auth0 MCP server?
Auth0 is listed as an Security Model Context Protocol server whose documented purpose is to let an MCP-compatible agent manage Auth0 tenants, users, roles, and applications from AI agents via MCP. Client support, permissions and authentication remain specific to the upstream project.
How do I install Auth0 MCP with Claude Code?
The fastest way is the MCPizy CLI: run `mcpizy install auth0` and MCPizy will add the server to your `.claude.json` automatically. You can also install it manually by adding an entry under `mcpServers` in `.claude.json` with the command `npx -y @auth0/auth0-mcp-server run` and restarting Claude Code.
Does MCPizy charge to view or install Auth0 MCP?
No. Reading this profile and copying its install guidance is free. Upstream software, API, account or usage costs are separate, and licence coverage should be checked from the linked source when available.
Does Auth0 MCP work with Cursor and Windsurf?
The MCP standard is supported by those clients, but a specific server can still have client-specific setup or transport limits. Use the configuration shown on this page when present and verify the upstream instructions before installation.
What can I do with Auth0 MCP?
Its documented purpose is to let an MCP-compatible agent manage Auth0 tenants, users, roles, and applications from AI agents via MCP. The exact tools, permissions and write capabilities depend on the server version and configuration shown by the upstream project.
Compare before you commit
Put this server beside an alternative, or return to the full evidence directory.
Compare MCP serversBack to directory