mcp-llm-bridge

bartolli/mcp-llm-bridge
★ 335 stars Python 🤖 AI/LLM Updated 1mo ago
MCP implementation that enables communication between MCP servers and OpenAI-compatible LLMs
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-llm-bridge": {
      "command": "uvx",
      "args": [
        "mcp-llm-bridge"
      ]
    }
  }
}

Or install with pip: pip install mcp-llm-bridge