Auth Authentik
Freeby MCP Community
Authentik OAuth2/OIDC authentication provider for MCP servers
v0.2.2Added Apr 12, 2026
mcpmodel-context-protocolaiframework
Auth Authentik MCP Server
Authentik OAuth2/OIDC authentication provider for MCP servers
Installation
Reviews
Installation
Quick install
npx -y @tylercoles/mcp-auth-authentik
Add to claude_desktop_config.json
{
"mcpServers": {
"auth-authentik": {
"command": "npx",
"args": ["-y", "@tylercoles/mcp-auth-authentik"]
}
}
}