mcp-oauth-proxy

obot-platform/mcp-oauth-proxy
★ 20 stars Go 🔒 Security Updated 9d ago
Oauth 2.1 proxy server that can autheticate client and proxy requests to mcp server
View on GitHub →

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": "go",
      "args": [
        "run",
        "github.com/obot-platform/mcp-oauth-proxy@latest"
      ]
    }
  }
}