mcpbeat Sign in

SuprSend MCP Server

local only

SuprSend runs on your own machine — the client starts it, so there is no endpoint to ping. 133 installs a week from npm. Last commit 10 Jul 2026.

Manage SuprSend entities — workflows, templates, users, objects, tenants — from your AI assistant.

Installs per day peak 184 · avg 36 · -16% w/w
a month agotoday
133
Installs / week
npm · suprsend
12
Stars
2 open issues
10 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Go

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/suprsend.js:1
этот файл ставится пользователю, но в репозитории его нет
const result = spawnSync(binary, process.argv.slice(2), { stdio: 'inherit' });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cli -- npx -y suprsend
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cli": {
      "args": [
        "-y",
        "suprsend"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cli]
command = "npx"
args = ["-y", "suprsend"]
.cursor/mcp.json
{
  "mcpServers": {
    "cli": {
      "args": [
        "-y",
        "suprsend"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cli": {
      "args": [
        "-y",
        "suprsend"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SUPRSEND_SERVICE_TOKEN (SuprSend service token. Create one in the SuprSend dashboard under Developers → API Keys.), SUPRSEND_BASE_URL (Base API URL. Only set for BYOC / self-hosted SuprSend instances.), SUPRSEND_MGMNT_URL (Management API URL. Only set for BYOC / self-hosted SuprSend instances.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to SuprSend

same job, measured the same way
N
Todoist
by todoist

Official Todoist MCP server for AI assistants to manage tasks, projects, and workflows.

answering
Testkube MCP
by kubeshop

MCP server for Testkube - Manage test workflows, executions, and artifacts via AI assistants

local only
GitHub
by aifity

Connect AI assistants to GitHub - manage repos, issues, PRs, workflows, and git operations.

local only
Shortcut
by mcparmory

Track stories, organize sprints, and manage project workflows across your team

261 installs/wk local only
Speak AI
by speakai

Search recordings, summarize meetings, create clips, and automate workflows from your AI assistant.

592 installs/wk answering
Stellary Project Management MCP Server
by anymfah

Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.

answering
GitHub
by github

Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.

answering
Dreamlit
by dreamlit

Create, test, publish, and manage Dreamlit notification workflows from AI clients.

11 tools answering

SuprSend — questions

Answers built from our own checks of this server.

Why is there no uptime for SuprSend?
SuprSend runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package suprsend was installed 133 times last week.
How do I connect SuprSend?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls suprsend straight from npm; nothing to host, nothing to sign up for.
How many people use SuprSend?
The npm package suprsend was installed 133 times in the last week. Week over week that is -16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is SuprSend open source?
Yes — it is published under the MIT licence, written in Go, 12 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.