@theyahia/sendpulse-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@theyahia/sendpulse-mcpShow all mailing lists"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@theyahia/sendpulse-mcp
Production-grade MCP server for SendPulse API — mailing lists, campaigns, templates, SMTP, push notifications. OAuth2 auth.
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-mcpSmithery
npx -y @smithery/cli install @theyahia/sendpulse-mcp --client claudeStreamable HTTP (remote / multi-client)
npx @theyahia/sendpulse-mcp --http
# Listening on port 3000 (override with PORT env)
# POST /mcp — MCP endpoint
# GET /health — health checkRelated MCP server: Resend MCP
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
Tool | Description |
| List all mailing lists (address books) with subscriber counts |
Campaigns
Tool | Description |
| Create and send an email campaign to a mailing list |
| List email campaigns with pagination |
| Campaign stats: sent, opens, clicks, open rate, click rate |
Templates
Tool | Description |
| List email templates (own or SendPulse system templates) |
| Get template details by ID |
SMTP
Tool | Description |
| Send a transactional email via SMTP service |
| List sent SMTP emails with pagination |
Push Notifications
Tool | Description |
| List websites with push subscriptions |
| Push notification statistics for a website |
| Create a push notification for a website |
Skills
Skill | Trigger |
| "Отправь email через SendPulse" |
| "Статистика подписчиков" |
Development
npm install
npm run build
npm testExample 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 websitesLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/theYahia/sendpulse-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server