MCP-Bridge

SecretiveShell/MCP-Bridge
★ 921 stars Python 🤖 AI/LLM Updated 1mo ago
A middleware to provide an openAI compatible endpoint that can call MCP tools
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-bridge": {
      "command": "uvx",
      "args": [
        "mcp-bridge"
      ]
    }
  }
}

Or install with pip: pip install mcp-bridge

Topics

aiclaudemcpmcp-servermcp-serversmodel-context-protocolopenaiopenai-api