Back to directory
sjquant/llm-bridge-mcp

sjquant/llm-bridge-mcp

@sjquant

A model-agnostic MCP server that enables seamless integration with various LLMs like GPT, DeepSeek, Claude, and more.

llmbridgemulti-modelopenaianthropicdeepseekgeminipythoncontext

Installation & Configuration

{
  "mcpServers": {
    "llm-bridge": {
      "command": "uvx",
      "args": [
        "llm-bridge-mcp"
      ],
      "env": {
        "OPENAI_API_KEY": "your_openai_api_key",
        "ANTHROPIC_API_KEY": "your_anthropic_api_key",
        "GOOGLE_API_KEY": "your_google_api_key",
        "DEEPSEEK_API_KEY": "your_deepseek_api_key"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/17
Updated
2026/6/17