mcp-oauth-proxy

jmrGrav/mcp-oauth-proxy
★ 0 stars Python 🤖 AI/LLM Updated today
FastAPI OAuth 2.1 proxy for Grav CMS MCP Server — enables Claude.ai to connect to any Grav site via Model Context Protocol
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": "uvx",
      "args": [
        "mcp-oauth-proxy"
      ]
    }
  }
}

Or install with pip: pip install mcp-oauth-proxy