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. Open Claude Desktop
  2. Go to Settings → Developer
  3. Click Edit Config under Local MCP Servers
  4. Add the following:
{
  "mcpServers": {
    "suprsend": {
      "command": "suprsend",
      "args": ["start-mcp-server"],
      "env": {
        "SUPRSEND_SERVICE_TOKEN": "your_service_token_here"
      }
    }
  }
}
  1. Save and restart Claude Desktop.
4

Verify the connection

In a new Claude conversation, try:
List all workflows in my SuprSend workspace.
If the MCP server is connected, Claude will call the tool and return your workflows.
Restrict which tools Claude 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.