mcpbeat Sign in

Auth0 MCP Server

local only

Auth0 MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 6 194 installs a week from npm. Last commit 13 Aug 2026.

Auth0 MCP Server: Manage Auth0 applications, APIs, actions, logs, and forms using natural language

Installs per day peak 1 491 · avg 739 · +74% w/w
a month agotoday
6 194
Installs / week
npm · @auth0/auth0-mcp-server
121
Stars
8 open issues
13 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        (fs.existsSync(path.join(resolvedProjectPath, snippetFileName))

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @auth0/auth0-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@auth0/auth0-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@auth0/auth0-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@auth0/auth0-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@auth0/auth0-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Auth0 MCP Server

same job, measured the same way
Vercel
by pulsemcp

MCP server for Vercel — manage deployments and view build and runtime application logs.

102 installs/wk local only
MCP Console Automation
by ooples

MCP server for AI-driven console application automation and monitoring

32 installs/wk local only
Fly Io
by pulsemcp

MCP server for managing Fly.io machines, apps, logs, and Docker images.

65 installs/wk local only
Dynatrace Managed MCP
by dynatrace-oss

MCP server for Dynatrace Managed to access logs, events, and metrics.

602 installs/wk local only
I
Ninjaone
by lungshot

MCP server for NinjaONE RMM with device management, monitoring, and automation

local only
Zabbix MCP
by mhajder

MCP server for Zabbix monitoring and automation

695 installs/wk local only
Firebase MCP Server
by dasasian

MCP server for Firebase — Firestore, Storage, Auth, and Cloud Logging, with schema validation.

32 installs/wk local only
Langfuse
by pulsemcp

MCP server for Langfuse LLM observability — trace and observation analysis.

61 installs/wk local only

Auth0 MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Auth0 MCP Server?
Auth0 MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @auth0/auth0-mcp-server was installed 6 194 times last week.
How do I connect Auth0 MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @auth0/auth0-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Auth0 MCP Server?
The npm package @auth0/auth0-mcp-server was installed 6 194 times in the last week. Week over week that is +74%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Auth0 MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript, 121 stars on GitHub and 8 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.