mcpbeat Sign in

Sendpulse MCP Server

local only

Sendpulse MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 5 Sep 2026.

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

Installs per day peak 12 · avg 5 · +21% w/w
a month agotoday
34
Installs / week
npm · @theyahia/sendpulse-mcp
0
Stars
0 open issues
5 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Sendpulse MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 sendpulse-mcp -- npx -y @theyahia/sendpulse-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sendpulse-mcp": {
      "args": [
        "-y",
        "@theyahia/sendpulse-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sendpulse-mcp]
command = "npx"
args = ["-y", "@theyahia/sendpulse-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "sendpulse-mcp": {
      "args": [
        "-y",
        "@theyahia/sendpulse-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sendpulse-mcp": {
      "args": [
        "-y",
        "@theyahia/sendpulse-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SENDPULSE_ID (API key). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Sendpulse MCP

same job, measured the same way
Unisender MCP
by theyahia

MCP server for UniSender API — email lists, campaigns, contacts. API key auth.

48 installs/wk local only
Resend MCP Server
by friendlygeorge

MCP server for Resend — transactional email API for AI assistants...

31 installs/wk local only
MCP Mailtrap
by pijusz

MCP server for the Mailtrap email platform — analytics, sending, contacts, sandbox

30 installs/wk local only
SendGrid MCP Server
by deyikong

MCP server for SendGrid's v3 API: email marketing, transactional mail, templates, and analytics.

286 installs/wk local only
Sequenzy MCP
by polnikale

Sequenzy MCP server for AI-powered email marketing automation.

answering
MCP Server Tempmail
by selenium39

MCP server for temporary email management using ChatTempMail API

59 installs/wk local only
Gmail MCP
by a1-x-tech

MCP server for the Gmail API: search, read and send email, manage drafts, labels and the trash.

49 installs/wk local only
Commune
by shanjai-raj

Email and SMS MCP server for AI agents — 41 tools for inboxes, sending, search, and SMS.

147 installs/wk local only

Sendpulse MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Sendpulse MCP?
Sendpulse MCP 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 @theyahia/sendpulse-mcp was installed 34 times last week.
How do I connect Sendpulse MCP?
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 @theyahia/sendpulse-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Sendpulse MCP?
The npm package @theyahia/sendpulse-mcp was installed 34 times in the last week. Week over week that is +21%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sendpulse MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.