About
Overview
The Auth0 MCP Server enables AI agents to manage Auth0 identity platform. It provides tools for managing users, roles, permissions, applications, and authentication flows.
Capabilities
Tools & Capabilities
⚡list_users
List Auth0 users
⚡get_user
Get user profile details
⚡create_user
Create a new user
⚡assign_role
Assign a role to a user
⚡list_applications
List registered applications
Setup
Installation
bash
Install
npx -y mcp-server-auth0Examples
Example Usage
javascript
Usage
{
"mcpServers": {
"auth0": {
"command": "npx",
"args": ["-y", "mcp-server-auth0"],
"env": { "AUTH0_DOMAIN": "your-domain.auth0.com", "AUTH0_CLIENT_ID": "your-id", "AUTH0_CLIENT_SECRET": "your-secret" }
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 65
Last UpdatedFeb 12, 2026