mcp-broker

FirneyGroup/mcp-broker
★ 1 stars Python 🔌 API Integration Updated 2d ago
OAuth token broker and reverse proxy for remote MCP server connections. Built and maintained by Firney.
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-broker": {
      "command": "uvx",
      "args": [
        "mcp-broker"
      ]
    }
  }
}

Or install with pip: pip install mcp-broker

README Excerpt

OAuth token broker and reverse proxy for remote MCP server connections. > Built and maintained by [Firney](https://firney.com). Apache 2.0 licensed. AI agents need to call tools on remote MCP servers (Notion, HubSpot, Reddit, Twitter/X), but those servers require OAuth credentials. The broker sits between your agent and remote servers, handling OAuth 2.1 flows and injecting tokens transparently so agents never see credentials.

Tools (7)

BROKER_ADMIN_KEYBROKER_ENCRYPTION_KEYBROKER_STATE_SECRETClaudeDELETEGETPOST

Topics

ai-agentsbrokerfastapimcpmodel-context-protocoloauthproxypython