mcpbeat Sign in

MCP Orchestrator MCP Server

local only

MCP Orchestrator runs on your own machine — the client starts it, so there is no endpoint to ping. 50 installs a week from pypi. Last commit 26 Feb 2026.

Aggregates tools from multiple MCP servers with unified BM25/regex search and deferred loading.

Installs per day peak 12 · avg 7 · -7% w/w
a month agotoday
50
Installs / week
pypi · mcp-orchestrator
6
Stars
0 open issues
26 Feb 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check MCP Orchestrator 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 mcp-orchestrator -- uvx mcp-orchestrator
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-orchestrator": {
      "args": [
        "mcp-orchestrator"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-orchestrator]
command = "uvx"
args = ["mcp-orchestrator"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-orchestrator": {
      "args": [
        "mcp-orchestrator"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-orchestrator": {
      "args": [
        "mcp-orchestrator"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: ORCHESTRATOR_PORT (Port for the HTTP transport server (default: 8080).), STORAGE_BACKEND (Storage backend for tool cache. Use 'memory' for development or 'redis' for production.), REDIS_URL (Redis connection URL. Required only when STORAGE_BACKEND=redis.), SERVER_CONFIG_PATH (Path to the server_config.json file listing downstream MCP servers.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Orchestrator

same job, measured the same way
Ncp
by portel-dev

N-to-1 MCP Orchestration. Unified gateway for multiple MCP servers with intelligent tool discovery.

99 installs/wk local only
Multi-MCP
by religa

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

64 installs/wk local only
Task Graph MCP
by oortonaut

MCP server for agent task workflows with phases, prompts, gates, and multi-agent coordination

local only
HeyClaude — Claude & AI workflow directory
by jsonbored

Search the HeyClaude directory of Claude Code agents, MCP servers, skills, and tools.

74 installs/wk 28 tools answering
I
MCP Appium - Mobile Development and Automation Server
by appium

MCP server for Appium mobile automation on iOS and Android devices with test creation tools.

6 543 installs/wk local only
Selenium MCP
by gaforov

Selenium MCP server for AI agents — 41 browser automation tools with snapshots and sessions.

276 installs/wk local only
Unreal Engine MCP
by chir24

MCP server for Unreal Engine 5 with 23 tools for game development automation.

225 installs/wk local only
Hugging Bay
by barneywohl

Verified open AI artifact search, trust evidence, downloads, and agent workflows from Hugging Bay.

259 installs/wk 16 tools answering

MCP Orchestrator — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Orchestrator?
MCP Orchestrator 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 mcp-orchestrator was installed 50 times last week.
How do I connect MCP Orchestrator?
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 mcp-orchestrator straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP Orchestrator?
The pypi package mcp-orchestrator was installed 50 times in the last week. Week over week that is -7%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Orchestrator open source?
Yes — it is published under the MIT licence, written in Python and 6 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.