MCP Directory
Back

mcp-orchestrator

by mrorigo · TypeScript · ★ 3

lightweight TypeScript library for composing and orchestrating [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) servers into domain-specific "experts"

Install

npx -y github:mrorigo/mcp-orchestrator

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-orchestrator": {
      "command": "npx",
      "args": [
        "-y",
        "github:mrorigo/mcp-orchestrator"
      ]
    }
  }
}

From the README

**A TypeScript library for orchestrating [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) servers with AI agents.** Compose multiple MCP servers into powerful workflows using traditional tool calling, LLM sampling, or the innovative **code mode** that lets LLMs write and execute TypeScript code for complex operations. While traditional MCP usage exposes tools directly to LLMs through "tool calling" tokens, we offer a better approach for complex workflows: **Traditional Tool Calling:** - ❌ Each tool call requires a full LLM round-trip - ❌ LLMs only trained on synthetic tool-c…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related ai & ml servers