We’ve reviewed 7 categories of Email & Notification Services MCP servers, evaluating over 100 individual servers across transactional email APIs, SMS and telephony, push notifications, and multi-channel notification orchestration. Each review covers architecture patterns, star counts, tool inventories, known issues, and honest ratings.
The transactional email space has the highest concentration of official first-party MCP servers of any service category. Resend, MailerSend, Mailgun, Mailtrap, and Postmark have all shipped official servers — every major transactional email vendor has MCP support. The pattern is clear: email API companies see AI agents as a core delivery channel, and MCP is the integration they’re standardizing on.
Transactional Email APIs
The developer-focused email delivery platforms that power automated emails, receipts, password resets, and marketing campaigns. All five vendors in this group ship official first-party MCP servers — a 100% vendor adoption rate.
| Review | Rating | Key Servers |
|---|---|---|
| Resend | 4/5 | resend-mcp (475 stars, 66 forks, MIT), 30+ tools across 10 categories, dual stdio+HTTP transport, free tier (3,000 emails/mo), contacts, broadcasts, domains, webhooks |
| MailerSend | 4/5 | Cloud-hosted official server, 34+ tools across 6 categories, Streamable HTTP transport, OAuth auth, beta, free tier (500 emails/mo), email verification, analytics |
| Mailgun | 3.5/5 | mailgun-mcp-server (49 stars, 19 forks, Apache 2.0), 70 tools across 11 categories, no-delete safety design, Zod-validated schemas, backed by Sinch ($1.9B acquisition) |
| Mailtrap | 3.5/5 | mailtrap-mcp (57 stars, 14 forks, TypeScript), 9 tools, sandbox testing + production sending, free tier (4,000 emails/mo), built by Railsware |
| Postmark | 3/5 | postmark-mcp (37 stars, 12 forks, MIT), 4 tools, auto-enables tracking, free tier (100 emails/mo), built by ActiveCampaign |
Multi-Channel Notifications & Messaging
The broader messaging ecosystem — SMS, voice, WhatsApp, push notifications, and orchestration platforms that route messages across channels.
| Review | Rating | Key Servers |
|---|---|---|
| Notification & Email Delivery | 3.5/5 | 20+ servers across 12 platforms — Resend leads (470 stars, dual transport), Infobip (14 remote servers, broadest channel coverage: SMS, WhatsApp, Viber, RCS, Voice), Courier (~60 tools, hosted), Novu (open-source), SendGrid, Telnyx, Pushover, ntfy |
| Twilio | 3.5/5 | Official monorepo from Twilio Labs (96 stars, ISC), ~2,000 API endpoints across 40+ services (SMS, voice, video, TaskRouter, Studio), OpenAPI-generated, dual stdio+HTTP transport |
Category Overview
7 reviews. 100+ servers. Average rating: 3.6/5.
What stands out
100% vendor adoption for transactional email. Resend, MailerSend, Mailgun, Mailtrap, and Postmark have all shipped official first-party MCP servers. This is the only service category where every major vendor has official MCP support. The message delivery industry — already API-first — was a natural fit for MCP.
Resend is the developer experience leader. At 475 stars, Resend’s MCP server has 3–10x the GitHub engagement of any competitor. Dual stdio+HTTP transport, 30+ tools covering the full email lifecycle (send, receive, contacts, broadcasts, domains, webhooks), and clean TypeScript code make it the reference implementation for how email MCP servers should work.
Mailgun has the most tools, by far. With 70 MCP tools across 11 categories, Mailgun exposes more email API surface than any competitor. The no-delete safety design is notable — the server intentionally omits destructive operations, keeping blast radius low even if an agent misbehaves.
MailerSend pioneered cloud-hosted email MCP. While most email servers require local installation via npx or Docker, MailerSend runs entirely in the cloud with Streamable HTTP transport and OAuth. No cloning repos, no managing processes — just a URL and an auth flow. This is likely the future of email MCP integration.
Tool count varies wildly. From Postmark’s minimal 4 tools to Mailgun’s 70, the spectrum reflects fundamentally different integration philosophies. More tools isn’t always better — Postmark’s focused set covers the essential email workflow, while Mailgun’s exhaustive surface can overwhelm LLM context windows.
Twilio is in a league of its own. With ~2,000 API endpoints across 40+ services, Twilio’s MCP server dwarfs every other messaging integration. The tradeoff: you must filter with --services and --tags flags because no LLM can process all endpoints at once. It’s the most powerful and the most unwieldy.