MCP server

Auth0

MCP

Official Auth0 MCP. Apps, APIs, logs.

Auth0’s own server. init once, then the agent stays inside the tenant you authenticated.

latest·MIT·Updated this quarter·github.com/auth0/auth0-mcp-server·Transport: stdio

Claude CodeCursorVS CodeDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "auth0": {
      "command": "npx",
      "args": [
        "-y",
        "@auth0/auth0-mcp-server",
        "run"
      ]
    }
  }
}

By Auth0

Spec

What the server actually exposes.

  • list_applications

    read

    Applications in the tenant.

  • list_apis

    read

    Resource servers.

  • logs

    read

    Recent tenant logs.

Guardrails

  • Credentials stay in env
  • Read-first unless a write tool is called
  • Official package, not a wrapper

auth0-mcp.mcp/tools

Tools

  • list_applications

    Applications in the tenant.

    read
  • list_apis

    Resource servers.

    read
  • logs

    Recent tenant logs.

    read

Last call

{ "ok": true,
  "tool": "list_applications",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.