SuprSend for Claude Desktop
io.github.suprsend/cli
Manage SuprSend entities — workflows, templates, users, objects, tenants — from your AI assistant.
client:Claude Desktop
transport:stdio
runtime:npm
Install SuprSend in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"cli": {
"command": "npx",
"args": [
"-y",
"suprsend"
],
"env": {
"SUPRSEND_SERVICE_TOKEN": "<SUPRSEND_SERVICE_TOKEN>",
"SUPRSEND_BASE_URL": "<SUPRSEND_BASE_URL>",
"SUPRSEND_MGMNT_URL": "<SUPRSEND_MGMNT_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs