Skip to content
VS Code

Auth0 MCP Server for VS Code

com.auth0/mcp

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

client:VS Code transport:stdio runtime:npm

Install Auth0 MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@auth0/auth0-mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Auth0 MCP Server in other clients