Supr Send MCP Server

SuprSend CLI is a command-line interface tool for interacting with the SuprSend API, written in Go. It also doubles as an MCP server so AI agents (Claude, Cursor, Gemini, etc.) can drive your workspace through the same set of operations. It runs locally over stdio via the published package.

People connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Go.

VERIFIED ACTIVE

LAST COMMIT 2026-07-22 · ★ 12 · #80 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

MIT · Go servers · how we verify → /methodology

01 · Install Supr Send

Claude Code

claude mcp add suprsend-cli -- npx -y suprsend

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "suprsend-cli": {
      "command": "npx",
      "args": [
        "-y",
        "suprsend"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package suprsend - unscoped; check the name against the project README before installing

registry namespace io.github.suprsend is GitHub-verified and matches the repo owner

03 · What Supr Send can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

1.0.1 · 2026-07-10

Feature/category preference digest-schedule and properties (#71)

1.0.0 · 2026-05-21

ENG-496: CLI 0.2 config refactor and UX fixes (#65) · bump sigstore/cosign-installer in the actions group (#68) · agent-friendly description + per-command Tips (#66) · narrow cli skill trigger to running commands only…

0.2.24 · 2026-04-29

bump the actions group with 5 updates (#57) · publish to MCP Registry on release (#64)

04 · Who maintains Supr Send

SuprSend is maintained by suprsend. It's the only MCP server we track from this author; the repo dates to Oct 2024.

05 · Facts

category
automation - ranked #80 of 194 actively-maintained automation servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-07-10)
registry
io.github.suprsend/cli (active, first published 2026-04-29 · 3 versions)
packages
npm:suprsend

06 · Supr Send FAQ

What is Supr Send?

SuprSend CLI is a command-line interface tool for interacting with the SuprSend API, written in Go. It also doubles as an MCP server so AI agents (Claude, Cursor, Gemini, etc.) can drive your workspace through the same set of operations. It runs locally over stdio via the published package.

Is Supr Send still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-22 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Supr Send?

Run `npx -y suprsend`. You can also paste the ready-made client config above.

Does Supr Send run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Supr Send