Odel
Resend Email MCP

Resend Email MCP

Local
@helbertparanhos1TypeScriptMITUpdated 4 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmresend-email-mcpv1.0.1

Run

npx -y resend-email-mcp

MCP client config

{
  "mcpServers": {
    "resend-email-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "resend-email-mcp"
      ]
    }
  }
}