Oauth Server
Freeby MCP Community
MCP first OAuth 2.1 Authorization Server
v0.0.3Added Apr 12, 2026
mcpaioauth2oauthserver
Oauth Server MCP Server
MCP first OAuth 2.1 Authorization Server
Installation
Reviews
Installation
Quick install
npx -y mcp-oauth-server
Add to claude_desktop_config.json
{
"mcpServers": {
"oauth-server": {
"command": "npx",
"args": ["-y", "mcp-oauth-server"]
}
}
}