Authentication and authorization platform. SSO, MFA, and user management.
npx -y @auth0/mcp-server-auth0
Add to your Claude Desktop config:
```json
{
"mcpServers": {
"auth0": {
"command": "npx",
"args": ["-y", "@auth0/mcp-server-auth0"]
}
}
}
```
authenticate_userverify_tokenmanage_sessionscheck_permissionsAuthentication and authorization platform. SSO, MFA, and user management.
Language: JavaScript
Category: Security