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 tools

Security

Last updated September 4, 2026 Β· By MCPizy team

Manage Auth0 tenants, users, roles, and applications from AI agents via MCP.

Official homepage
B

Repo 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 CheckMCP

Install Auth0

Via MCPizy CLI (recommended):
mcpizy install auth0
Or run directly:
npx -y @auth0/auth0-mcp-server run

Tools exposed

6 tools available
list_users

List users in the tenant

Inputs

  • per_pagenumberoptional
get_user

Get a user by ID

Inputs

  • idstringrequired
list_applications

List applications (clients) in the tenant

list_connections

List identity connections

list_logs

Query tenant logs

Inputs

  • qstringoptional
list_roles

List roles defined in the tenant

Configuration

Works identically across clients. Only the config file path differs.

Claude Code~/.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
{
  "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
{
  "mcpServers": {
    "auth0": {
      "command": "npx",
      "args": [
        "-y",
        "@auth0/auth0-mcp-server"
      ],
      "env": {
        "AUTH0_DOMAIN": "your-tenant.auth0.com",
        "AUTH0_MANAGEMENT_API_TOKEN": "eyJ..."
      }
    }
  }
}

Authentication setup

  1. 1

    Create a Machine-to-Machine app authorized for the Management API

    Get it AUTH0_CLIENT_ID
  2. 2

    Copy the tenant domain and management API token

    Get it AUTH0_DOMAIN

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

Claude Code
Claude Desktop
Cursor
Windsurf
VS Code + Copilot
Any MCP Client

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