oauth-for-remote-mcp-servers

WamBamBoozle/oauth-for-remote-mcp-servers
★ 0 stars HTML AI/LLM Updated 2d ago
How LLM assistants authenticate to a remote MCP server over OAuth 2.1 — Claude, Cursor, Gemini, public vs private.
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": {
    "oauth-for-remote-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "WamBamBoozle/oauth-for-remote-mcp-servers"
      ]
    }
  }
}