Skip to main content
1

Install the SuprSend CLI

The MCP server runs through the SuprSend CLI.
# macOS / Linux
brew tap suprsend/tap
brew install --cask suprsend
For Windows or CI environments, download the binary from GitHub Releases.
2

Get a service token

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

Add the MCP configuration

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": "suprsend",
      "args": ["start-mcp-server"],
      "env": {
        "SUPRSEND_SERVICE_TOKEN": "your_service_token_here"
      }
    }
  }
}
4

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.