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

  1. Go to Windsurf Settings → Extensions
  2. Add the following MCP configuration:
{
  "suprsend": {
    "command": "suprsend",
    "args": ["start-mcp-server"],
    "env": {
      "SUPRSEND_SERVICE_TOKEN": "your_service_token_here"
    },
    "name": "SuprSend MCP Server"
  }
}
  1. Click the Refresh button in MCP Settings to activate the server.
4

Verify the connection

Open Windsurf’s AI chat and try:
List all workflows in my SuprSend workspace.
If the server is connected, Windsurf will call the tool and return your workflows.
Restrict which tools Windsurf 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.