Skip to content
Cursor

SuprSend for Cursor

io.github.suprsend/cli

Manage SuprSend entities — workflows, templates, users, objects, tenants — from your AI assistant.

client:Cursor transport:stdio runtime:npm

Install SuprSend in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "cli": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "suprsend"
      ],
      "env": {
        "SUPRSEND_SERVICE_TOKEN": "<SUPRSEND_SERVICE_TOKEN>",
        "SUPRSEND_BASE_URL": "<SUPRSEND_BASE_URL>",
        "SUPRSEND_MGMNT_URL": "<SUPRSEND_MGMNT_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

SuprSend in other clients