Home › Other › SuprSend

SuprSend

Manage SuprSend entities — workflows, templates, users, objects, tenants — from your AI assistant.

Go
★ 12 stars Last pushed 2026-09-24 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "cli": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "SUPRSEND_SERVICE_TOKEN": "<YOUR_VALUE>",
        "SUPRSEND_BASE_URL": "<YOUR_VALUE>",
        "SUPRSEND_MGMNT_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • SUPRSEND_SERVICE_TOKEN required secret — SuprSend service token. Create one in the SuprSend dashboard under Developers → API Keys.
  • SUPRSEND_BASE_URL — Base API URL. Only set for BYOC / self-hosted SuprSend instances.
  • SUPRSEND_MGMNT_URL — Management API URL. Only set for BYOC / self-hosted SuprSend instances.

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry