Resend Email
Send emails directly from your editor using the Resend API.
Ads
Overview
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. We offer both a remote MCP server hosted by Resend and a local MCP server (this package). Connect any MCP client that supports remote servers (Streamable HTTP). There's nothing to install and no local process to run, which makes it the best option for web-based clients like Claude and hosted agent platforms. When you connect, your client opens a browser window to log in to Resend and approve access using OAuth.
Installation
claude mcp add --transport http resend https://mcp.resend.com/mcp
Configuration
{
"mcpServers": {
"resend": {
"url": "https://mcp.resend.com/mcp"
}
}Capabilities
- Send transactional emails
Ask your assistant to send an HTML or plain-text email with attachments, CC/BCC, scheduling, and custom headers via `send_email`.
- Manage contact lists
Create, update, or remove contacts, import CSV lists, and manage segment memberships and topic subscriptions through `create_contact` and related tools.
- Track campaign performance
List broadcast recipients by event type (opened, clicked, bounced) and review clicked links to measure engagement with `list_broadcast_recipients`.
- Verify and configure domains
Add, verify, and manage sender domains, including TLS settings and sending/receiving capabilities, using `create_domain` and `verify_domain`.
- Handle suppressions and bounces
Add or remove addresses from suppression lists in batch to honor do-not-contact requests and manage hard bounces via `add_suppressions`.
- Inspect API logs and webhooks
Review request/response bodies from API logs and set up webhooks for event notifications using `list_logs` and `create_webhook`.
Tags
- email-automation
- communication
- api
Related MCP servers
ElevenLabs
OfficialThe official ElevenLabs MCP server
AgentRPC
OfficialConnect to any function, any language, across network boundaries using AgentRPC.
Twilio
OfficialInteract with Twilio APIs to send messages, manage phone numbers, configure your account, and more.
Mailtrap
OfficialIntegrates with Mailtrap Email API.