
Resend MCP
Supports UIby psu3d0
Full-featured MCP server for the Resend email API, enabling AI-driven email sending and domain management.
What it does
Resend MCP provides a high-performance bridge between AI assistants and the Resend email API. It allows the AI to manage the entire email lifecycle, from sending individual or batch emails to managing domains, audiences, and templates.
Tools
sendEmail: Send a single email to a recipient.sendBatchEmails: Dispatch up to 100 emails in one call.createDomain: Register and configure a new sending domain.createAudience: Set up a new contact audience.createTemplate: Design and save email templates for reuse.createBroadcast: Create and schedule wide-reach email broadcasts.createWebhook: Set up event listeners for email delivery and bounces.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"resend": {
"command": "resend-mcp",
"env": {
"RESEND_API_KEY": "re_xxx"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
cargo install --path .Information
- Pricing
- free
- Published
- 5/2/2026
- stars






