What is the SuprSend MCP server?
Manage SuprSend entities — workflows, templates, users, objects, tenants — from your AI assistant.
How to install SuprSend
Copy-paste configuration for popular MCP clients.
SUPRSEND_SERVICE_TOKENrequiredsecretSuprSend service token. Create one in the SuprSend dashboard under Developers → API Keys.
SUPRSEND_BASE_URLBase API URL. Only set for BYOC / self-hosted SuprSend instances.
SUPRSEND_MGMNT_URLManagement API URL. Only set for BYOC / self-hosted SuprSend instances.
{
"mcpServers": {
"cli": {
"command": "npx",
"args": [
"-y",
"suprsend",
"start-mcp-server",
"--workflows",
"all"
],
"env": {
"SUPRSEND_SERVICE_TOKEN": "<YOUR_SUPRSEND_SERVICE_TOKEN>",
"SUPRSEND_BASE_URL": "<YOUR_SUPRSEND_BASE_URL>",
"SUPRSEND_MGMNT_URL": "<YOUR_SUPRSEND_MGMNT_URL>"
}
}
}
}{
"mcpServers": {
"cli": {
"command": "npx",
"args": [
"-y",
"suprsend",
"start-mcp-server",
"--workflows",
"all"
],
"env": {
"SUPRSEND_SERVICE_TOKEN": "<YOUR_SUPRSEND_SERVICE_TOKEN>",
"SUPRSEND_BASE_URL": "<YOUR_SUPRSEND_BASE_URL>",
"SUPRSEND_MGMNT_URL": "<YOUR_SUPRSEND_MGMNT_URL>"
}
}
}
}{
"mcpServers": {
"cli": {
"command": "npx",
"args": [
"-y",
"suprsend",
"start-mcp-server",
"--workflows",
"all"
],
"env": {
"SUPRSEND_SERVICE_TOKEN": "<YOUR_SUPRSEND_SERVICE_TOKEN>",
"SUPRSEND_BASE_URL": "<YOUR_SUPRSEND_BASE_URL>",
"SUPRSEND_MGMNT_URL": "<YOUR_SUPRSEND_MGMNT_URL>"
}
}
}
}{
"servers": {
"cli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"suprsend",
"start-mcp-server",
"--workflows",
"all"
],
"env": {
"SUPRSEND_SERVICE_TOKEN": "<YOUR_SUPRSEND_SERVICE_TOKEN>",
"SUPRSEND_BASE_URL": "<YOUR_SUPRSEND_BASE_URL>",
"SUPRSEND_MGMNT_URL": "<YOUR_SUPRSEND_MGMNT_URL>"
}
}
}
}claude mcp add cli --env SUPRSEND_SERVICE_TOKEN=<YOUR_SUPRSEND_SERVICE_TOKEN> --env SUPRSEND_BASE_URL=<YOUR_SUPRSEND_BASE_URL> --env SUPRSEND_MGMNT_URL=<YOUR_SUPRSEND_MGMNT_URL> -- npx -y suprsend start-mcp-server --workflows allRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.