About
Overview
The Resend MCP Server enables AI agents to send emails through Resend, the modern email API built for developers. It provides tools for sending emails with HTML or React-based templates, managing API keys, and tracking delivery status. Known for excellent developer experience and deliverability.
Capabilities
Tools & Capabilities
⚡send_email
Send a transactional email
⚡list_emails
List recently sent emails
⚡get_email
Get details about a specific sent email
⚡list_domains
List verified domains
Setup
Installation
bash
Install
npx -y mcp-server-resendExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"resend": {
"command": "npx",
"args": ["-y", "mcp-server-resend"],
"env": {
"RESEND_API_KEY": "re_your-api-key"
}
}
}
}Quick Info
Authorresend
LanguageTypeScript
StatusStable
Stars★ 110
Last UpdatedFeb 12, 2026