MCP servers that send email
Let your AI compose and send email via Gmail, Resend, SMTP, and more.
6 servers · Last updated August 1, 2026
TL;DR: These servers let an agent send (and sometimes read/search) email. The split is transactional APIs (Resend, providers) for app-style sending vs mailbox integrations (Gmail, SMTP) for acting on your real inbox. Sending email is a high-trust action — review the auth model before wiring one up.
Bottom line: if you only try one, Gmail MCP Server (GongRzhe) is the most popular, verified option for this (1,100★). 5 more compared below.
Compare 6 servers
| Server | Transport | Auth | Verified | Stars | Tools for this |
|---|---|---|---|---|---|
| Gmail MCP Server (GongRzhe) | Local (stdio) | OAuth | 1,100 | send_email, draft_email, read_email +6 | |
| Resend Email MCP Server | Local (stdio) | API key | 530 | send_email, emails (list / get / update / cancel), received emails | |
| Email MCP Server (IMAP/SMTP) | Local (stdio) | API key | 254 | get_emails_content, send_email, save_to_mailbox | |
| JMAP MCP Server | Local (stdio) | API key | — | 172 | get_mailboxes, search_emails, get_emails +6 |
| Infobip MCP Servers | Remote (HTTP) | OAuth | — | 31 | Email server (https://mcp.infobip.com/email) |
| Klaviyo MCP Server | Local (stdio) | API key | — | 0 | create_email_template, update_dnd_email_template |
The servers
Gmail MCP with auto OAuth: send, search, label and manage email
Official Resend MCP to compose and send transactional email from your assistant
Provider-agnostic email MCP over IMAP/SMTP — read, search and send from any mailbox
MCP server for interacting with JMAP email servers (FastMail, Stalwart, Cyrus, James) — search, read, send, and manage email.
Official remote MCP servers for the Infobip CPaaS platform — send SMS, WhatsApp, Email, Voice, run 2FA, and manage customer data.
Klaviyo's official MCP server: manage campaigns, profiles, flows, events, and reporting from AI clients with an API key.
FAQ
Is it safe to let AI send email?
Treat it as a privileged action. Use a dedicated sending domain/address, scope OAuth narrowly, and consider a human-in-the-loop approval for anything outbound to real people.
Transactional API vs Gmail MCP — which do I want?
Use a transactional API (e.g. Resend) for app/system emails; use a Gmail/SMTP MCP when the agent needs to act on your actual mailbox.