← Index

Multi-MCP

io.github.religa/multi-mcp·v0.1.1·Other
Quality Score
83
/100

Multi-model AI orchestration MCP server with code review, compare, and debate tools.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "multi-mcp": {
      "command": "uvx",
      "args": [
        "multi-mcp"
      ],
      "env": {
        "OPENAI_API_KEY": "<your-openai_api_key>",
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>",
        "GEMINI_API_KEY": "<your-gemini_api_key>",
        "OPENROUTER_API_KEY": "<your-openrouter_api_key>",
        "DEFAULT_MODEL": "<default_model>",
        "DEFAULT_MODEL_LIST": "<default_model_list>"
      }
    }
  }
}
§02  Environment variables
OPENAI_API_KEY
secret

OpenAI API key for GPT models (optional - at least one provider required)

ANTHROPIC_API_KEY
secret

Anthropic API key for Claude models (optional - at least one provider required)

GEMINI_API_KEY
secret

Google API key for Gemini models (optional - at least one provider required)

OPENROUTER_API_KEY
secret

OpenRouter API key for additional models (optional)

DEFAULT_MODEL

Default model to use (defaults to gpt-5-mini)

DEFAULT_MODEL_LIST

Default models for multi-model comparison (comma-separated, defaults to gpt-5-mini,gemini-3-flash)

§03  MCP Quality Score  ·  methodology
freshness
18
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Other