Resend Email
Freeby MCP Community
MCP Server for sending emails using Resend API
v1.0.3Added Apr 12, 2026
mcpresendemail
Resend Email MCP Server
MCP Server for sending emails using Resend API
Installation
npx -y mcp-resend-email
Reviews
Installation
Quick install
npx -y mcp-resend-email
Add to claude_desktop_config.json
{
"mcpServers": {
"resend-email": {
"command": "npx",
"args": ["-y", "mcp-resend-email"]
}
}
}