mcpbeat Sign in

Multi-MCP MCP Server

local only

Multi-MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 64 installs a week from pypi. Last commit 5 Sep 2026.

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

Installs per day peak 16 · avg 8 · -4% w/w
a month agotoday
64
Installs / week
pypi · multi-mcp
35
Stars
1 open issues
5 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Multi-MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add multi-mcp -- uvx multi-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "multi-mcp": {
      "args": [
        "multi-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.multi-mcp]
command = "uvx"
args = ["multi-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "multi-mcp": {
      "args": [
        "multi-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "multi-mcp": {
      "args": [
        "multi-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: OPENAI_API_KEY (OpenAI API key for GPT models (optional - at least one provider required)), ANTHROPIC_API_KEY (Anthropic API key for Claude models (optional - at least one provider required)), GEMINI_API_KEY (Google API key for Gemini models (optional - at least one provider required)), OPENROUTER_API_KEY (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)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Multi-MCP

same job, measured the same way
Brainstorm MCP
by spranab

Multi-model AI brainstorming debates with code review and quick perspectives

111 installs/wk local only
Forge Orchestrator
by nxtg-ai

Multi-tool AI orchestration: Claude Code, Codex, Gemini on shared repos. 11 MCP tools, stdio.

local only
Ghidra Retro MCP
by getanirao

Headless Ghidra MCP server with P-code emulation and multi-console ROM triage.

58 installs/wk local only
Selvage
by selvage-lab

An LLM-based code review MCP server with AST-powered smart context extraction

46 installs/wk local only
ContextStream MCP Server
by contextstreamio

ContextStream MCP server for code context, memory, search, and AI tools.

1 106 installs/wk local only
MCP Code Review Server
by goodjobwilliam

Code review as an MCP server — structured reviews with OWASP security scanning.

122 installs/wk local only
Diffpilot
by bkalafat

MCP server for PR code review, commit messages, changelogs, and secret detection.

local only
ableton-mind — Ableton Live MCP server
by pantani

Control Ableton Live from Claude, Cursor or Codex with LOM tools, device knowledge and recipes.

33 installs/wk local only

Multi-MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Multi-MCP?
Multi-MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package multi-mcp was installed 64 times last week.
How do I connect Multi-MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls multi-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Multi-MCP?
The pypi package multi-mcp was installed 64 times in the last week. Week over week that is -4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Multi-MCP open source?
Yes — it is published under the MIT licence, written in Python, 35 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.