Skip to content

Resend Email

Free

by MCP Community

MCP Server for sending emails using Resend API

v1.0.3Added Apr 12, 2026
mcpresendemail
Works with:ClaudeGPTGeminiCopilot

Resend Email MCP Server

MCP Server for sending emails using Resend API

Installation

npx -y mcp-resend-email

Reviews

Leave a Review

Installation

Quick install
npx -y mcp-resend-email
Add to claude_desktop_config.json
{
  "mcpServers": {
    "resend-email": {
      "command": "npx",
      "args": ["-y", "mcp-resend-email"]
    }
  }
}