Back to Browse

Sendpulse MCP Server

Developer ToolsModerate7.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server for SendPulse API — mailing lists, email sending, statistics. OAuth2 auth.

About

MCP server for SendPulse API — mailing lists, email sending, statistics. OAuth2 auth.

Security Report

7.0
Moderate7.0Low Risk

Valid MCP server (2 strong, 4 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.

12 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

API keyRequired

Environment variable: SENDPULSE_ID

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-theyahia-sendpulse-mcp": {
      "env": {
        "SENDPULSE_ID": "your-sendpulse-id-here"
      },
      "args": [
        "-y",
        "@theyahia/sendpulse-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

@theyahia/sendpulse-mcp

Production-grade MCP server for SendPulse API — mailing lists, campaigns, templates, SMTP, push notifications. OAuth2 auth.

npm License: MIT

Installation

Claude Desktop

{
  "mcpServers": {
    "sendpulse": {
      "command": "npx",
      "args": ["-y", "@theyahia/sendpulse-mcp"],
      "env": {
        "SENDPULSE_ID": "your_client_id",
        "SENDPULSE_SECRET": "your_client_secret"
      }
    }
  }
}

Claude Code

claude mcp add sendpulse -e SENDPULSE_ID=id -e SENDPULSE_SECRET=secret -- npx -y @theyahia/sendpulse-mcp

Smithery

smithery badge

npx -y @smithery/cli install @theyahia/sendpulse-mcp --client claude

Streamable HTTP (remote / multi-client)

npx @theyahia/sendpulse-mcp --http
# Listening on port 3000 (override with PORT env)
# POST /mcp — MCP endpoint
# GET /health — health check

Auth

OAuth 2.0 client credentials flow. Set SENDPULSE_ID and SENDPULSE_SECRET from your SendPulse account settings.

Token endpoint: POST https://api.sendpulse.com/oauth/access_token with grant_type=client_credentials.

Tokens are cached and auto-refreshed.

Tools (11)

Mailing Lists

ToolDescription
get_mailing_listsList all mailing lists (address books) with subscriber counts

Campaigns

ToolDescription
send_emailCreate and send an email campaign to a mailing list
list_campaignsList email campaigns with pagination
get_campaign_statisticsCampaign stats: sent, opens, clicks, open rate, click rate

Templates

ToolDescription
list_templatesList email templates (own or SendPulse system templates)
get_templateGet template details by ID

SMTP

ToolDescription
smtp_send_emailSend a transactional email via SMTP service
smtp_list_emailsList sent SMTP emails with pagination

Push Notifications

ToolDescription
list_push_websitesList websites with push subscriptions
get_push_statisticsPush notification statistics for a website
create_push_taskCreate a push notification for a website

Skills

SkillTrigger
skill-send-email"Отправь email через SendPulse"
skill-list-stats"Статистика подписчиков"

Development

npm install
npm run build
npm test

Example Prompts

Show all mailing lists
Send an email to list 12345
What are the stats for my last campaign?
List my email templates
Send a transactional email to user@example.com
Show push notification websites

License

MIT

Reviews

No reviews yet

Be the first to review this server!

Sendpulse MCP Server - MCP server for SendPulse API — mailing lists, email | MCP Marketplace