[](https://smithery.ai/server/@resend/resend-mcp) [![npm
Resend MCP server is a hosted integration for AI assistants that speak the Model Context Protocol.
.
Connect your AI agent to the Resend platform. Send and receive emails, manage contacts, broadcasts, domains, and more, directly from any MCP client like Claude, Cursor, or Claude Code.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Once Resend is connected, these are the calls the assistant has available:
Emails — Send, list, get, cancel, update, and batch send emails. Supports HTML, plain text, attachments (local file, URL, or base64), CC/BCC, reply-toTemplates — Create, list, get, update, publish, duplicate, and remove email templates. Supports composing template content and {{{VARIABLE}}} placeholdersContacts — Create, list, get, update, and remove contacts. Manage segment memberships, topic subscriptions, and CSV contact imports. Supports custom contactBroadcasts — Create, send, list, get, update, and remove broadcast campaigns. Supports scheduling, personalization placeholders, and preview textAutomations — Create, list, get, update, and remove automations. Review the runs of an automationEvents — Send events to trigger automations for a contact. Create, update, and remove event definitionsDomains — Create, list, get, update, remove, and verify sender domains. Configure tracking, TLS, and sending/receiving capabilities. Create and verify domainSegments — Create, list, get, and remove audience segmentsSuppressions — List, get, add, and remove suppression list entries, individually or in batch. Hard bounces and spam complaints are suppressed automatically; addTopics — Create, list, get, update, and remove subscription topicsWebhooks — Create, list, get, update, and remove webhooks for event notificationsLogs — List and inspect API request logs, including full request and response bodiesYou will need 2 environment variables: RESEND_API_KEY, SENDER_EMAIL_ADDRESS. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the monitoring and observability group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Resend's toolset — Emails, Templates, Contacts and 11 more — is a fair guide to whether it matches your workflow. It is maintained by GitHub Actions; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Resend's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Emails | Send, list, get, cancel, update, and batch send emails. Supports HTML, plain text, attachments (local file, URL, or base64), CC/BCC, reply-to, scheduling, tags, custom headers, topic-based sending, and idempotency keys. |
| Templates | Create, list, get, update, publish, duplicate, and remove email templates. Supports composing template content and {{{VARIABLE}}} placeholders. |
| Contacts | Create, list, get, update, and remove contacts. Manage segment memberships, topic subscriptions, and CSV contact imports. Supports custom contact properties. |
| Broadcasts | Create, send, list, get, update, and remove broadcast campaigns. Supports scheduling, personalization placeholders, and preview text. |
| Automations | Create, list, get, update, and remove automations. Review the runs of an automation. |
| Events | Send events to trigger automations for a contact. Create, update, and remove event definitions. |
| Domains | Create, list, get, update, remove, and verify sender domains. Configure tracking, TLS, and sending/receiving capabilities. Create and verify domain claims. |
| Segments | Create, list, get, and remove audience segments. |
| Suppressions | List, get, add, and remove suppression list entries, individually or in batch. Hard bounces and spam complaints are suppressed automatically; add addresses manually to honor do-not-contact requests. |
| Topics | Create, list, get, update, and remove subscription topics. |
| Webhooks | Create, list, get, update, and remove webhooks for event notifications. |
| Logs | List and inspect API request logs, including full request and response bodies. |
| Editor | Connect to (and disconnect from) the visual editor in the Resend dashboard, and read a draft's content while collaborating on broadcasts and templates. |
| Claude | In Claude (web or desktop), open **Settings** > **Connectors** > **Add custom connector** and enter: |
{
"mcpServers": {
"resend": {
"serverUrl": "https://mcp.resend.com/mcp"
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| RESEND_API_KEY | Credential the server authenticates with. | Yes |
| SENDER_EMAIL_ADDRESS | Configuration value read at startup. | Optional |
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.