The SuprSend MCP server runs through the SuprSend CLI viaDocumentation Index
Fetch the complete documentation index at: https://docs.suprsend.com/llms.txt
Use this file to discover all available pages before exploring further.
npx — no install step, always the latest version. Requires Node.js 18+.
- Claude Code (Terminal)
- Claude Desktop
Most developers use Claude Code from the terminal. This is the recommended path.Step 1 — Get a service tokenGo to Dashboard → Account Settings → Service Tokens and generate a token for your workspace.Step 2 — Add the MCP serverRun this from your terminal:This adds SuprSend to your user-scoped config (Step 3 — VerifyStart a Claude Code session and run:You should see
~/.claude.json) so it’s available across all your projects.Or add it to a specific project (commits to .mcp.json, shareable with your team):suprsend: connected. Then try:Prefer a managed install over npx? Install the CLI via Homebrew, binary, or source build, then use
"command": "suprsend" with "args": ["start-mcp-server"] instead.Scoping tool access
By default the MCP server exposes all tools. Use--tools to restrict access — useful in production or shared environments:
Next steps
Tool List
All available tools and how to scope them.
Prompt Cheatsheet
Ready-to-use prompts to get started fast.