Skip to main content
1

Get a service token

Go to Dashboard → Account Settings → Service Tokens and generate a token for your workspace.
2

Add the MCP configuration

The SuprSend MCP server runs through the SuprSend CLI via npx — no install step, always the latest version. Requires Node.js 18+.Click the button below to install automatically (Cursor 1.0+ required):Add to CursorOr add manually: Settings → MCP & Integrations → New MCP Server, then paste into mcp.json:
{
  "mcpServers": {
    "suprsend": {
      "command": "npx",
      "args": ["-y", "suprsend", "start-mcp-server"],
      "env": {
        "SUPRSEND_SERVICE_TOKEN": "your_service_token_here"
      }
    }
  }
}
Prefer a managed install over npx? Install the CLI via Homebrew, binary, or source build, then use "command": "suprsend" with "args": ["start-mcp-server"] instead.
3

Verify the connection

In a new Cursor Agent chat, try:
List all workflows in my SuprSend workspace.
If the MCP server is connected, Cursor will call the tool and return your workflows.
Restrict which tools Cursor can access using the --tools flag. See Tool List for available identifiers.

Tool List

All available tools and how to scope them.

Prompt Cheatsheet

Ready-to-use prompts to get started fast.