Loading MCP server directory, please wait...
Manage SuprSend entities — workflows, templates, users, objects, tenants — from your AI assistant.
npx @getmcp/cli add io.github.suprsend/cliRequires Node.js 18+. Community-contributed server. Review source before installing.
SUPRSEND_SERVICE_TOKENSuprSend service token. Create one in the SuprSend dashboard under Developers → API Keys.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.suprsend/cli": {
"command": "npx",
"args": [
"-y",
"suprsend",
"start-mcp-server",
"all"
],
"env": {
"SUPRSEND_SERVICE_TOKEN": "",
"SUPRSEND_BASE_URL": "",
"SUPRSEND_MGMNT_URL": ""
}
}
}
}