Persistent memory for coding agents as a single Go binary — SQLite and FTS5 behind MCP, an HTTP API, a CLI and a TUI, with no Node, Python or Docker required.
ResendMCP Server
Summary
Resend's official MCP server for transactional and marketing email — send, schedule and batch messages, manage templates, contacts, broadcasts, automations, domains and suppressions from an agent.
Features
- Send, schedule, batch and cancel email with attachments and idempotency keys
- Read inbound mail and download received attachments
- Manage templates, contacts, segments, topics, broadcasts and automations
- Verify and configure sender domains; manage suppressions and webhooks
- Inspect API request logs with full request and response bodies
- Hosted OAuth endpoint at mcp.resend.com/mcp or self-run via npx
Installation
Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.
Description
Resend's MCP server covers close to the whole Resend API, not just a send-email tool. That matters because the interesting agent workflows are the ones after the send: reading the request log to see why a message bounced, checking domain verification, adding an address to the suppression list, or drafting a broadcast against a segment.
Coverage
- Emails — send, list, get, cancel, update and batch send. HTML or plain text, attachments from a local file, URL or base64, CC/BCC, reply-to, scheduling, tags, custom headers, topic-based sending and idempotency keys.
- Received emails — list and read inbound mail, list and download inbound attachments.
- Templates — create, update, publish, duplicate and remove, with
{{{VARIABLE}}}placeholders. - Contacts, segments, topics and contact properties — including CSV imports, segment membership and custom attributes.
- Broadcasts — create, schedule, send, cancel and manage campaigns with personalisation and preview text.
- Automations and events — define automations and fire events that trigger them for a contact.
- Domains — create, verify and configure sender domains including tracking, TLS and send/receive capabilities.
- Suppressions — hard bounces and spam complaints are suppressed automatically; add addresses manually to honour do-not-contact requests.
- API keys, webhooks and logs — including full request and response bodies for debugging.
- Editor — connect to the visual editor in the Resend dashboard and read a draft while collaborating on a broadcast or template.
Two ways to run it
The remote server at https://mcp.resend.com/mcp needs nothing installed and uses OAuth — your client opens a browser to log in and approve access. That is the better option for web-based clients and hosted agents. The same open-source code is published on npm as resend-mcp if you would rather run it yourself over stdio or HTTP, using an API key.
Worth knowing
This server sends real email to real people and can manage your sending domains and API keys. Use a scoped Resend API key, verify your domain first, and be deliberate about which agents get write access.
Covered in the Weekly
- Onei AI Weekly #3 — August 17, 2026
Related MCP Servers
Give a coding agent a live feedback loop on real mobile, TV and desktop apps — inspect, tap, type and capture evidence on iOS, Android and HarmonyOS over MCP or a CLI.
The official W&B MCP server: query experiment runs, Weave LLM traces, artifacts and registries in natural language, and write findings back as a W&B report.
Replicate's official MCP server: search thousands of hosted models, read their schemas, and run predictions on image, video, audio and language models from inside an agent.
