Resend MCP
Install
npx @resend/mcp-server
About
Send transactional emails through MCP using Resend. Beautiful HTML emails, delivery tracking, and bounce handling. Built for AI agents that need to communicate via email.
MCP Config
Add this to your MCP configuration file:
{
"mcpServers": {
"resend-mcp": {
"command": "npx @resend/mcp-server"
}
}
}