Auth
Freeby MCP Community
Plug and play auth for Model Context Protocol (MCP) servers
v0.2.0Added Apr 12, 2026
modelcontextprotocolmcpoauthopenidconnect
Auth MCP Server
Plug and play auth for Model Context Protocol (MCP) servers
Installation
Reviews
Installation
Quick install
npx -y mcp-auth
Add to claude_desktop_config.json
{
"mcpServers": {
"auth": {
"command": "npx",
"args": ["-y", "mcp-auth"]
}
}
}