Production MCP server

Call Rotor workflows from any agent, in production.

Your MCP server only works on localhost. Claude Desktop can trigger it, but your production agent can't. There's no auth and no audit trail.

Rotor's MCP server runs in production with Bearer token auth. Every workflow is callable as an MCP tool. Works with Claude Code, Cline, Cursor, or any MCP client.

// .mcp.json
{
  "mcpServers": {
    "rotor": {
      "command": "npx",
      "args": ["-y", "@rotor/mcp"],
      "env": {
        "ROTOR_API_KEY": "rt_ws_your_key_here"
      }
    }
  }
}

// Available tools in Claude Code:
// trigger_workflow, get_run, cancel_run,
// list_queues, get_queue, create_queue,
// list_schedules, list_jobs, get_dlq
Read the full docs →

Stop babysitting cron. Start shipping.

Your workflows retry themselves. Your pipeline runs unattended. You sleep.

Start shipping$9 to start. 30-day money back.
Read the docs →