Suprsend Mcp Server

by suprsend

319 downloads
Not rated
GitHub

About

Manage your entire notification infrastructure using natural language. Trigger workflows, create users, manage preferences, update tenant branding, and access documentation — all from Cursor, Claude Desktop, or Windsurf. 24 tools across 4 categories covering email, SMS, push, Wha

Details

Author
suprsend
Downloads
319
Categories
Communication, Other, Automation, Developer Tools

- Trigger notification workflows using natural language.
- Create and update users in your notification system.
- Manage notification preferences per user or tenant.
- Update tenant branding (logo, colors, etc.).
- Access SuprSend documentation and code examples directly.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Suprsend Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via Homebrew: brew tap suprsend/tap && brew install --cask suprsend. Then obtain a service token from your SuprSend dashboard (Account Settings → Service Tokens) and configure it in your MCP client.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "suprsend mcp server": {
            "suprsend": {
                "command": "suprsend",
                "args": [
                    "start-mcp-server"
                ],
                "env": {
                    "SUPRSEND_SERVICE_TOKEN": "<YOUR_SERVICE_TOKEN>"
                }
            }
        }
    }
}

McpServers

{
    "suprsend": {
        "command": "suprsend",
        "args": [
            "start-mcp-server"
        ],
        "env": {
            "SUPRSEND_SERVICE_TOKEN": "<YOUR_SERVICE_TOKEN>"
        }
    }
}

Manage notification workflows, users, preferences, and tenant branding via natural language. Trigger email, SMS, push, WhatsApp, Slack, and in-app notifications from Cursor, Claude Desktop, or Windsurf using 24 tools.

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.

- Manage workspace resourcestemplate,workflow,schema,event,category,translation,workspace. Each supportslist,get,pull,push,commitagainst your local working directory.
- Sync between workspacessuprsend syncpulls assets from one workspace and pushes to another, with an optional local directory as intermediate storage.
- Generate typed payload codesuprsend generate-typesemits typed code in Go, TypeScript, Python, Java, Kotlin, Swift, or Dart from your event / workflow JSON Schemas.
- Run as an MCP serversuprsend start-mcp-serverexposes tools over stdio/SSE/HTTP. Installable directly from theMCP Registry(npx -y suprsend start-mcp-server), or wire it into Claude Code / Cursor / Gemini CLI manually.
- Multi-account / multi-environment profilessuprsend profile add|modify|list|use|removestores per-account credentials and base URLs, so the same CLI works against public cloud, BYOC, staging, pre-prod, etc.

Full command reference:docs.suprsend.com/reference/cli-intro. Or runsuprsend --helpfor the command tree.

Works on macOS, Linux, and Windows (x64 and arm64). Requires Node.js ≥ 18 (fornpx).

You can install SuprSend CLI using Homebrew:

brew tap suprsend/tap brew install --cask suprsend

Pre-compiled binaries for various platforms are available on theReleases page.

To build SuprSend CLI from source, follow these steps:
-

Ensure you have Go installed on your system (version 1.25 or later — seego.mod).

git clone https://github.com/suprsend/cli.git cd cli/cmd/suprsend

The binary will be created in the current directory. You can move it to a location in your PATH for easy access:

Now you can use thesuprsendcommand from anywhere in your terminal.

After installation, you can use the CLI by running thesuprsendcommand. For example:

Please refer to documentationhereOR if you want to access the cobra generated docs those arehere

Contributions are welcome! Please feel free to submit a Pull Request.

make buildcompiles the embedded type-morph Deno binary (requiresDeno), then generates CLI documentation indocs/and AI skills inskills/.

A CI check on PRs tomainverifies thatdocs/andskills/are up to date. Runmake buildand commit the output before opening a PR.

This project is licensed under the MIT License - see theLICENSEfile for details.

A lightweight notification service that sends webhooks for completed MCP tasks to providers like Discord, Slack, and Teams.

Unified notification MCP server with 36 tools to send messages across 23 channels — Email, SMS, Slack, Telegram, Discord, Teams, WhatsApp, Firebase Push, and more.

Post messages to Slack channels using incoming webhooks.

Slack for AI agents - a local service where agents can join projects, message each other, and share resources in a structured workspace

A GitHub Action that functions as a Slack MCP server, enabling secure image downloads and integrations with Slack.

Send various types of messages, including text, markdown, images, and files, to a DingDing group robot.

Enables AI assistants to send notifications and request user input through Discord.

Automate email tasks using SMTP and IMAP protocols.

Allows AI assistants to request information and receive responses from humans via Slack.

143 local tools for Claude, Cursor & ChatGPT — Mail, iMessage, Teams, Slack, WhatsApp & files. 100% local, no API keys.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.