Send Email
Freeby MCP Community
MCP server for sending emails via Resend API
v1.0.0Added Apr 12, 2026
mcpemailresendmodel-context-protocol
Send Email MCP Server
MCP server for sending emails via Resend API
Installation
Reviews
Installation
Quick install
npx -y @skanda-yutori/mcp-send-email
Add to claude_desktop_config.json
{
"mcpServers": {
"send-email": {
"command": "npx",
"args": ["-y", "@skanda-yutori/mcp-send-email"]
}
}
}