Back
Marketplace/Auth0

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

Verified 6 tools

Security

Last updated June 1, 2026 · By MCPizy team

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

Official homepage

Install Auth0

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

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

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.

🛡️

Snyk

Security vulnerability scanning

🔍

SonarQube

Seamless integration with SonarQube for code quality analysis, bugs, and security vulnerabilities.

🛡️

Semgrep

Enable AI agents to secure code with Semgrep. Static analysis for finding bugs and security issues.

Key Takeaways

  • Auth0 exposes 6 tools for security workflows in Claude Code, Cursor and Windsurf.
  • Authentication: 2 steps (AUTH0_CLIENT_ID, AUTH0_DOMAIN).
  • Install in 1 command: mcpizy install auth0 — config written to your client automatically.
  • Free and open source (GitHub source linked above) — verified compatible with every MCP client (Claude Code, Claude Desktop, Cursor, Windsurf, VS Code + Copilot).
  • Best use case: "List recent failed logins in my tenant".

Frequently asked questions

What is the Auth0 MCP server?

The Auth0 MCP server is an Security Model Context Protocol server that lets Claude Code, Cursor, Windsurf, VS Code with Copilot, and other MCP-compatible AI agents manage Auth0 tenants, users, roles, and applications from AI agents via MCP. It exposes Auth0's capabilities as tools the AI can call directly from your editor or CLI.

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/mcp-server` and restarting Claude Code.

Is Auth0 MCP free?

Yes. The Auth0 MCP server is free and open source (see the GitHub repository linked on this page). You may still need a Auth0 account or API key to connect the server to the underlying service, but the MCP layer itself has no MCPizy subscription cost.

Does Auth0 MCP work with Cursor and Windsurf?

Yes. Any MCP-compatible client works — including Claude Code, Claude Desktop, Cursor (via `.cursor/mcp.json`), Windsurf, VS Code with Copilot Chat, and custom agents built on the MCP SDK. The same install command targets all of them; only the config file path differs.

What can I do with Auth0 MCP?

Once installed, your AI agent can manage Auth0 tenants, users, roles, and applications from AI agents via MCP directly inside your conversation. Typical use cases include asking Claude Code or Cursor to run Auth0 operations, inspect results, chain Auth0 with other MCP servers (see our Workflow Recipes), and automate repetitive security tasks without leaving your editor.

Manage all your MCPs in one place

Monitor usage, track costs, and discover new MCPs.

Get Started Free