mcp-oauth-proxy

AthenZ/mcp-oauth-proxy
★ 1 stars Java 🔒 Security Updated 1d ago
MCP Oauth Proxy acts as an proxy authorization server to use enterprise managed authorization for MCP and A2A use cases
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-oauth-proxy": {
      "command": "npx",
      "args": [
        "-y",
        "AthenZ/mcp-oauth-proxy"
      ]
    }
  }
}