Back to directory
resend/resend-mcp

resend/resend-mcp

@resend

The official MCP server to send emails and interact with Resend

emailresendmcpmailapiautomationtemplatesbroadcaststool

Installation & Configuration

{
  "stdio": {
    "command": "npx",
    "args": [
      "-y",
      "resend-mcp"
    ],
    "env": {
      "RESEND_API_KEY": "re_xxxxxxxxx"
    }
  },
  "http": {
    "url": "http://127.0.0.1:3000/mcp",
    "headers": {
      "Authorization": "Bearer re_xxxxxxxxx"
    }
  }
}

Information

Transport
stdiostreamable-http
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15