Send Email
Freeby MCP Community
This is a simple MCP server that sends emails using Resend's API
v1.0.0Added Apr 12, 2026
Send Email MCP Server
This is a simple MCP server that sends emails using Resend's API
Installation
npx -y @toolsdk.ai/mcp-send-email
Reviews
Installation
Quick install
npx -y @toolsdk.ai/mcp-send-email
Add to claude_desktop_config.json
{
"mcpServers": {
"send-email": {
"command": "npx",
"args": ["-y", "@toolsdk.ai/mcp-send-email"]
}
}
}