mcph

YawLabs/mcph
★ 1 stars TypeScript 📦 Other Updated today
MCP orchestrator — one install, all your MCP servers, managed from the cloud
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcph": {
      "command": "npx",
      "args": [
        "-y",
        "YawLabs/mcph"
      ]
    }
  }
}