Auth
Freeby MCP Community
SDK for building OAuth-protected Remote MCP servers on Cloudflare Workers with pluggable auth adapters (Supabase already implemented).
v0.0.4Added Apr 12, 2026
mcpapps sdkmodelcontextprotocolcloudflare-workersworkers
Auth MCP Server
SDK for building OAuth-protected Remote MCP servers on Cloudflare Workers with pluggable auth adapters (Supabase already implemented).
Installation
Reviews
Installation
Quick install
npx -y @famma/mcp-auth
Add to claude_desktop_config.json
{
"mcpServers": {
"auth": {
"command": "npx",
"args": ["-y", "@famma/mcp-auth"]
}
}
}