a year ago
MCP server for sending email by Resend
Tools
send_email
send_html_email
send_with_attachment
send_customer_service_email
send_marketing_email
send_welcome_email
Server Config
{
"mcpServers": {
"mcp-resend-email": {
"command": "npx",
"args": [
"mcp-resend-email",
"--api-key=your-resend-api-key"
]
}
}
}