Skip to main content
Before installing, we recommend verifying the CLI signature to confirm the binary was built by SuprSend and has not been modified in transit. See Verify CLI Signature.

Step 1: Install the CLI

Install the SuprSend CLI using your preferred method:

Step 2: Authentication

Get your service token from SuprSend Dashboard → Account SettingsService Tokens. Set it as an environment variable so all CLI commands can use it automatically or if you’re using CLI to start the MCP server, you can pass it as command flag in your MCP tool setting:
Settng as Environment Variable
export SUPRSEND_SERVICE_TOKEN="your_service_token_here"
Passing service token as a command flag
suprsend start-mcp-server --service-token "your_service_token_here"
Passing tokens as flags may expose them in shell history. Environment variables are preferred for anything persistent.

Step 3: Enable Autocompletion (Optional)

Enable autocompletion to get command and flag suggestions with Tab and prevent typos.

You’re all set!

You can start using the CLI now:
suprsend workflow list