Serverscom.auth0/mcp
M

Auth0 MCP Server

com.auth0/mcp · v0.1.0-beta.10
▦ npm
v0.1.0-beta.10npm npm: @auth0/auth0-mcp-server↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.auth0/mcp",
  "description": "Auth0 MCP Server: Manage Auth0 applications, APIs, actions, logs, and forms using natural language",
  "title": "Auth0 MCP Server",
  "repository": {
    "url": "https://github.com/auth0/auth0-mcp-server",
    "source": "github"
  },
  "version": "0.1.0-beta.10",
  "websiteUrl": "https://github.com/auth0/auth0-mcp-server#readme",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@auth0/auth0-mcp-server",
      "version": "0.1.0-beta.10",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "-y",
          "type": "positional"
        }
      ],
      "packageArguments": [
        {
          "value": "run",
          "type": "positional"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}