SuprSend for Grok
io.github.suprsend/cli
Manage SuprSend entities — workflows, templates, users, objects, tenants — from your AI assistant.
client:Grok
transport:stdio
runtime:npm
Install SuprSend in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"cli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"suprsend"
],
"env": {
"SUPRSEND_SERVICE_TOKEN": "<SUPRSEND_SERVICE_TOKEN>",
"SUPRSEND_BASE_URL": "<SUPRSEND_BASE_URL>",
"SUPRSEND_MGMNT_URL": "<SUPRSEND_MGMNT_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs