Back to directory
claude-gpt-bridge

claude-gpt-bridge

@jake459ai

An MCP server that enables Claude to consult with ChatGPT directly from Claude Desktop.

mcpclaudegptopenaiai-bridgellmtool

Installation & Configuration

{
  "mcpServers": {
    "claude-gpt-bridge": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/cloned/repo",
        "run",
        "claude-gpt-bridge"
      ],
      "env": {
        "OPEN_AI_API_KEY": "your_api_key",
        "OPENROUTER_API_KEY": "your_api_key"
      }
    }
  }
}

Information

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