MCP server
Resend MCP server
Resend's official MCP server lets AI send emails and batches, read sent and received mail, manage contacts, send broadcasts and verify domains.
- Official server
- Communication
At a glance
- Maintained by
- Resend
- Tools exposed
- 10 listed below
- Reviewed
- September 24, 2026
Why it matters
What it does and why it matters
Resend is an email API popular with developers for transactional email. Its official MCP server lets an assistant send single or batch emails, list and read sent and received emails, manage contacts, create and send broadcasts and verify sending domains.
For developers, it speeds up testing email features. For small teams, it can support simple broadcast emails with a person approving each send.
Because it can send email to real people, including broadcasts to whole lists, we use it with a restricted API key and require approval for anything beyond test addresses. Domain verification tools are useful when setting up sending, since correct DNS records are what keep email out of spam folders.
Use cases
Best business use cases
Test emails
Broadcasts
Contacts
Domain setup
Received mail
Tools
Available tools
Tool names as published by the maintainer at review time. Versions change, so check the repository for the current list.
Read and write: Read and write: send email, manage contacts, broadcasts, domains, templates, webhooks and more.
-
send-emailSend an email with HTML or text, attachments and scheduling.
-
send-batch-emailsSend several emails in one call.
-
list-emailsList sent emails.
-
get-emailGet one sent email.
-
list-received-emailsList inbound emails.
-
create-contactAdd a contact.
-
list-contactsList contacts.
-
create-broadcastCreate a broadcast email.
-
send-broadcastSend a broadcast.
-
verify-domainStart verification of a sending domain.
Workflows
Example workflows
Set up a sending domain
-
1
Add the domain in Resend.
-
2
Ask the assistant to check verification.
-
3
It lists missing DNS records.
-
4
You add them at your DNS provider.
-
5
It confirms the domain is verified.
Send an approved announcement
-
1
Draft the announcement with the assistant.
-
2
Send a test to yourself.
-
3
Approve the final version.
-
4
The assistant sends the broadcast.
-
5
It reports delivery results.
Prompts
Example prompts
“Send a test of the welcome email to me.”
“Check whether our sending domain is verified and list missing records.”
“Draft a product update broadcast and send a test copy first.”
Setup
Installation and configuration
Examples for Claude Desktop and Claude Code. Replace the placeholder values with your own keys, and store secrets outside version control.
Claude Desktop: claude_desktop_config.json
{
"mcpServers": {
"resend": {
"command": "npx",
"args": [
"-y",
"resend-mcp"
],
"env": {
"RESEND_API_KEY": "re_xxxxxxxxx"
}
}
}
}
Claude Code: terminal
claude mcp add --transport http resend https://mcp.resend.com/mcp
- Hosted server: https://mcp.resend.com/mcp.
- Local server: npm: resend-mcp.
- Needs: Remote: OAuth, or Bearer API key header. Local: RESEND_API_KEY. Optional SENDER_EMAIL_ADDRESS and REPLY_TO_EMAIL_ADDRESSES..
Security
Security considerations
-
Approve outgoing messages
Require a person to approve messages to customers until a workflow is proven.
-
Limit channels
Give access only to the channels, mailboxes or numbers a task needs.
-
Untrusted messages
Incoming messages can contain text meant to mislead an AI. Treat them as data.
-
Keep a log
Log every email sent, and keep broadcast sends behind approval.
Related servers
Servers that pair well with it
Twilio
Twilio's MCP servers: a hosted docs server in public beta for searching Twilio documentation, and an alpha server that exposes Twilio APIs.
Mailchimp Transactional
Mailchimp's official MCP server covers Mailchimp Transactional (Mandrill): account status, templates, API help and send diagnostics.
Gmail
Google's own Gmail MCP server lets AI search and read threads, manage labels and create drafts. It has no send tool.
Keep exploring
Solutions and services that use it
Related services
View all related services- MCP integration Connect AI assistants to your CRM, files, databases and tools through Model Context Protocol servers, with safe permissions.
- AI workflows Step-by-step automations where AI handles the reading, sorting and drafting inside a process you control.
- Third-party integrations Google Workspace, Microsoft 365, accounting, shipping and marketing tools connected to your own software.
- AI agents AI that takes actions in your systems, such as qualifying leads or processing requests, with people checking the results.
- Automation and Integrations CRM, payment and API integrations, MCP connections and workflows that stop people copying data by hand.
- Ecommerce websites Online stores with clean product catalogs, simple checkout and the integrations that keep orders moving.
Solutions
View all solutions- Email triage Sort a shared inbox by topic and urgency, pull out the key details and draft replies for a person to send.
- AI support agent An assistant that answers routine questions from your own content, checks orders and hands anything else to a person.
- AI automation and integrations Connect the tools you already use so data moves once, correctly, and AI reads the parts that arrive as text or documents.
- Approval workflows Requests, approvals and reminders in one place, with clear owners and deadlines instead of long email threads.
- Scheduling automation Let customers book, change and confirm appointments themselves, by web, chat or phone, with reminders that cut no-shows.
- AI lead qualification Score, research and route every new inquiry so your team talks to the best leads first.
Industries
View all industries- Vacation rentals Booking websites, owner and guest portals, turnover scheduling and guest messaging for rental operators.
- Property management Tenant portals, maintenance tracking, owner statements and inbox automation for property managers.
- Tax and compliance services Client portals, document checklists, case queues and deadline tracking for tax preparers and compliance firms.
- Logistics and transportation Driver apps, order and shipment tracking, document processing and integrations for logistics and delivery companies.
- Real estate Listing sites, lead handling, CRM automation and document workflows for agencies, brokers and developers.
- Home services Booking, dispatch, quotes, invoicing and reviews for plumbers, electricians, cleaners and other home service businesses.
Case studies
View all case studiesGuides and articles
View all guides and articles- What can AI do for a small business? Practical AI uses for small businesses, from inboxes and documents to customer support, with costs and first steps.
- AI automation vs traditional automation How rule-based automation and AI automation differ, where each fits and how to combine them.
- How to measure the ROI of AI automation Measure the return on AI automation with a baseline, the right metrics and honest accounting of costs.
- How to build an AI workflow with MCP servers Plan, connect and test an AI workflow that uses MCP servers, from a single task to a reliable process.
- AI chatbot vs AI agent What separates a chatbot that answers from an agent that acts, and when you need each.
AI models
View all ai models- Claude Haiku 4.5 Anthropic's fastest and lowest-cost Claude model, with near-frontier intelligence for high-volume and real-time work.
- General purpose All-round language models for writing, summarizing, support, extraction and most everyday business tasks.
- Speech Speech-to-text and text-to-speech models for transcription, call analysis and voice assistants.
- Gemini 3.5 Flash-Lite Google's lowest-cost current Gemini model for high-throughput work such as sub-agent tasks and document parsing.
- Deepgram Nova-3 and Flux Deepgram's speech-to-text models: Nova-3 for general transcription in 60+ languages, and Flux for voice agents with built-in end-of-turn detection.
- GPT-6 Luna OpenAI's most efficient model for focused, high-volume tasks, with vision, tool calling and structured outputs at the lowest price level in the family.
Glossary terms
View all glossary terms- API integration An API integration connects two or more systems through their APIs so data and actions flow between them automatically.
- Workflow automation Workflow automation uses software to move work through a series of steps, such as routing, approvals and notifications, based on rules and events.
- AI agent An AI agent is software that uses a language model to plan steps, call tools and act toward a goal, instead of only answering one question.
- Artificial intelligence Artificial intelligence is the broad field of building software that performs tasks that normally need human judgment, such as understanding language or images.
- Automation Automation is using software to perform a task or process with little or no human effort each time it runs.
- Business process automation Business process automation uses software to run a multi-step business process, such as approvals or onboarding, from start to finish with less manual work.
FAQ
Questions people ask us
Have a question that is not here? Ask us directly.
Yes. It is maintained by Resend.
Yes, through broadcasts. Keep those behind approval.
It can list received emails for your Resend domains.