Skip to content
Claude Desktop

Task-Orchestrator for Claude Desktop

io.github.evozim/task-orchestrator

Multi-agent swarm planner and project sprint allocator.

client:Claude Desktop transport:sse

Install Task-Orchestrator in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "task-orchestrator": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://task-orchestrator-mcp-three.vercel.app/api/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Task-Orchestrator in other clients