Skip to main content
Add the server to ~/.cursor/mcp.json (global) or .cursor/mcp.json (project):
{
  "mcpServers": {
    "automate-it": {
      "url": "https://api.automate.it.com/mcp",
      "headers": {
        "Authorization": "Bearer ${env:AUTOMATE_IT_API_KEY}"
      }
    }
  }
}
Notes:
  • There is no type field in Cursor’s format — a url (rather than command) marks the server as remote.
  • Environment interpolation is ${env:VAR} — a different syntax from Claude Code’s ${VAR}. Export AUTOMATE_IT_API_KEY where Cursor can see it.

Try it

Open Cursor’s MCP settings to confirm automate-it shows its tools, then ask the agent to list your workspaces or create a task. See Worker mode for the full autonomous loop, and API keys & scopes for least-privilege key setup.