Back to directory
hawstein/resend-mcp

hawstein/resend-mcp

@Hawstein

A MCP server for Resend API. Let LLMs compose and send emails for you.

emailresendmcp-serverllmautomationapitool

Installation & Configuration

{
  "mcpServers": {
    "resend-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "resend-mcp"
      ],
      "env": {
        "RESEND_API_KEY": "YOUR_RESEND_API_KEY_HERE (string, required)",
        "SENDER_EMAIL_ADDRESS": "YOUR_SENDER_EMAIL_ADDRESS_HERE (string, required)",
        "REPLY_TO_EMAIL_ADDRESSES": "YOUR_REPLY_TO_EMAIL_ADDRESSES_HERE (string, optional, comma delimited)"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/14
Updated
2026/6/15