HomeCommunication › Resend Email MCP

Resend Email MCP

Complete Resend email MCP: full API coverage + debug layer (deliverability, DNS, bounces).

TypeScript Cloud macOSWindowsLinux
★ 1 stars Last pushed 2026-09-10 License: MIT

Topics: Communication

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.1)

npx -y resend-email-mcp@1.0.1

Or add to your MCP client config:

{
  "mcpServers": {
    "resend-email-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "resend-email-mcp@1.0.1"
      ],
      "env": {
        "RESEND_API_KEY": "<YOUR_VALUE>",
        "RESEND_FROM": "<YOUR_VALUE>",
        "RESEND_REPLY_TO": "<YOUR_VALUE>",
        "RESEND_READONLY": "<YOUR_VALUE>",
        "RESEND_ATTACHMENTS_DIR": "<YOUR_VALUE>"
      }
    }
  }
}
  • RESEND_API_KEY required secret — Resend API key (https://resend.com/api-keys)
  • RESEND_FROM — Default sender address (verified domain), e.g. 'Acme <hello@acme.com>'
  • RESEND_REPLY_TO — Default Reply-To address
  • RESEND_READONLY — Set to 'true' to block every mutating tool
  • RESEND_ATTACHMENTS_DIR — Directory that local-file attachments are restricted to (disk reads disabled unless set)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry