Skip to content
Claude Desktop

RoryPlans for Claude Desktop

ai.roryplans/roryplans

AI work orchestration for plans, tasks, teams, and coding-agent dispatch.

client:Claude Desktop transport:streamable-http

Install RoryPlans in Claude Desktop

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

{
  "mcpServers": {
    "roryplans": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://www.roryplans.ai/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

RoryPlans in other clients