Auth
Freeby MCP Community
Civic Auth integration for MCP servers
v0.3.1Added Apr 12, 2026
mcpmodel-context-protocolcivicauthauthentication
Auth MCP Server
Civic Auth integration for MCP servers
Installation
Reviews
Installation
Quick install
npx -y @civic/auth-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"auth": {
"command": "npx",
"args": ["-y", "@civic/auth-mcp"]
}
}
}