CRM MCP Server with Auth0 for MCP authentication. Leverages on-behalf-of tokens
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-auth": {
"command": "npx",
"args": [
"-y",
"sohnithakkar/mcp-server-auth"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-auth npx -y sohnithakkar/mcp-server-auth
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-auth": {
"command": "npx",
"args": [
"-y",
"sohnithakkar/mcp-server-auth"
]
}
}
}