This server connects Claude to the SendPulse email marketing platform through its OAuth2 API. You get 11 tools covering mailing list management, campaign creation and statistics, email templates, transactional SMTP sending, and push notifications. It handles token caching and auto-refresh internally. Useful when you need to trigger email campaigns, pull open and click rates, send transactional emails, or manage push notification tasks without leaving your Claude workflow. Ships with both stdio and HTTP transport modes, so you can run it locally or deploy it as a shared service. The SMTP tools are handy for one-off transactional sends while the campaign tools handle bulk operations against mailing lists.
Production-grade MCP server for SendPulse API — mailing lists, campaigns, templates, SMTP, push notifications. OAuth2 auth.
{
"mcpServers": {
"sendpulse": {
"command": "npx",
"args": ["-y", "@theyahia/sendpulse-mcp"],
"env": {
"SENDPULSE_ID": "your_client_id",
"SENDPULSE_SECRET": "your_client_secret"
}
}
}
}
claude mcp add sendpulse -e SENDPULSE_ID=id -e SENDPULSE_SECRET=secret -- npx -y @theyahia/sendpulse-mcp
npx -y @smithery/cli install @theyahia/sendpulse-mcp --client claude
npx @theyahia/sendpulse-mcp --http
# Listening on port 3000 (override with PORT env)
# POST /mcp — MCP endpoint
# GET /health — health check
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.
| Tool | Description |
|---|---|
get_mailing_lists | List all mailing lists (address books) with subscriber counts |
| Tool | Description |
|---|---|
send_email | Create and send an email campaign to a mailing list |
list_campaigns | List email campaigns with pagination |
get_campaign_statistics | Campaign stats: sent, opens, clicks, open rate, click rate |
| Tool | Description |
|---|---|
list_templates | List email templates (own or SendPulse system templates) |
get_template | Get template details by ID |
| Tool | Description |
|---|---|
smtp_send_email | Send a transactional email via SMTP service |
smtp_list_emails | List sent SMTP emails with pagination |
| Tool | Description |
|---|---|
list_push_websites | List websites with push subscriptions |
get_push_statistics | Push notification statistics for a website |
create_push_task | Create a push notification for a website |
| Skill | Trigger |
|---|---|
skill-send-email | "Отправь email через SendPulse" |
skill-list-stats | "Статистика подписчиков" |
npm install
npm run build
npm test
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
MIT
SENDPULSE_ID*secretAPI key
io.github.mindstone/mcp-server-microsoft-teams
com.mintmcp/outlook-email
helbertparanhos/resend-email-mcp
marlinjai/email-mcp
io.github.mindstone/mcp-server-email-imap
io.github.osamahassouna/email-playbook-mcp