← Back to browse

SuprSend

Indexed by io.github.suprsend

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSUPRSEND_SERVICE_TOKEN SUPRSEND_BASE_URL SUPRSEND_MGMNT_URL
Claude Code
claude mcp add --env SUPRSEND_SERVICE_TOKEN= --env SUPRSEND_BASE_URL= --env SUPRSEND_MGMNT_URL= cli -- npx suprsend
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"cli","command":"npx","args":["suprsend"],"env":{"SUPRSEND_SERVICE_TOKEN":"","SUPRSEND_BASE_URL":"","SUPRSEND_MGMNT_URL":""}}'
JSON
{
  "mcpServers": {
    "cli": {
      "command": "npx",
      "args": [
        "suprsend"
      ],
      "env": {
        "SUPRSEND_SERVICE_TOKEN": "",
        "SUPRSEND_BASE_URL": "",
        "SUPRSEND_MGMNT_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.