Auth0 MCP Server for Cursor
com.auth0/mcp
Auth0 MCP Server: Manage Auth0 applications, APIs, actions, logs, and forms using natural language
client:Cursor
transport:stdio
runtime:npm
Install Auth0 MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@auth0/auth0-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs