mcp-switchboard

Jemplayer82/mcp-switchboard
★ 0 stars JavaScript AI/LLM Updated 3d ago
Real-time inter-agent switchboard as a streamable-HTTP MCP server
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-switchboard": {
      "command": "npx",
      "args": [
        "-y",
        "Jemplayer82/mcp-switchboard"
      ]
    }
  }
}