Skip to content
Claude Desktop

Subagent MCP for Claude Desktop

io.github.thang1710/subagent-mcp

Let Codex orchestrate external coding agents through their native harnesses.

client:Claude Desktop transport:stdio runtime:pypi

Install Subagent MCP in Claude Desktop

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

{
  "mcpServers": {
    "subagent-mcp": {
      "command": "uvx",
      "args": [
        "subagent-harness-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Subagent MCP in other clients