mcp-auth-bridge

leonard-cs/mcp-auth-bridge
★ 0 stars Unknown language Security Updated today
A FastMCP proxy that wraps a header-auth-only remote MCP server, exposing it via OAuth or no-auth for clients that don't support header authentication.
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-auth-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "leonard-cs/mcp-auth-bridge"
      ]
    }
  }
}