← Index

SuprSend

io.github.suprsend/cli·v0.2.24·Other
Quality Score
90
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "cli": {
      "command": "npx",
      "args": [
        "-y",
        "suprsend"
      ],
      "env": {
        "SUPRSEND_SERVICE_TOKEN": "<your-suprsend_service_token>",
        "SUPRSEND_BASE_URL": "<suprsend_base_url>",
        "SUPRSEND_MGMNT_URL": "<suprsend_mgmnt_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "cli": {
      "command": "npx",
      "args": [
        "-y",
        "suprsend"
      ],
      "env": {
        "SUPRSEND_SERVICE_TOKEN": "<your-suprsend_service_token>",
        "SUPRSEND_BASE_URL": "<suprsend_base_url>",
        "SUPRSEND_MGMNT_URL": "<suprsend_mgmnt_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y suprsend
§02  Environment variables
SUPRSEND_SERVICE_TOKEN
requiredsecret

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.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Other