SuprSend
Rank #8,341io.github.suprsend/cli
Manage SuprSend entities — workflows, templates, users, objects, tenants — from your AI assistant.
SuprSend is a Model Context Protocol (MCP) server published by suprsend. It ranks #8,341 of 132,046 servers tracked on MCP Toplist, and its repository has 12 GitHub stars. SuprSend is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 3 tracked versions. It was first listed on Nov 25, 2024 and most recently updated on Jul 10, 2026.
Ranks ahead of 123,705 of 132,046 servers on MCP Toplist.
Use SuprSend
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add cli -e "SUPRSEND_SERVICE_TOKEN=<your SUPRSEND_SERVICE_TOKEN>" -e "SUPRSEND_BASE_URL=<your SUPRSEND_BASE_URL>" -e "SUPRSEND_MGMNT_URL=<your SUPRSEND_MGMNT_URL>" -- npx -y suprsend start-mcp-server --workflows allReplace each placeholder with your own value before saving.
[mcp_servers.cli]
command = "npx"
args = ["-y", "suprsend", "start-mcp-server", "--workflows", "all"]
[mcp_servers.cli.env]
SUPRSEND_SERVICE_TOKEN = "<your SUPRSEND_SERVICE_TOKEN>"
SUPRSEND_BASE_URL = "<your SUPRSEND_BASE_URL>"
SUPRSEND_MGMNT_URL = "<your SUPRSEND_MGMNT_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.suprsend%2Fcli)<a href="https://mcptoplist.com/server/io.github.suprsend%2Fcli"><img src="https://mcptoplist.com/badge/io.github.suprsend%2Fcli.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
suprsend
Available versions (3)
| Version | Published |
|---|---|
| 1.0.1 | Jul 10, 2026 |
| 1.0.0 | May 21, 2026 |
| 0.2.24 | Apr 29, 2026 |
Frequently asked questions
- Who maintains SuprSend?
- SuprSend is maintained by suprsend, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is SuprSend listed on the Official MCP Registry?
- Yes — SuprSend is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does SuprSend have?
- MCP Toplist tracks 3 versions of SuprSend, most recently published on Jul 10, 2026.
- Where can I find the source code for SuprSend?
- The source code for SuprSend is hosted at github.com/suprsend/cli.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.