Resend Email MCP
About
Complete Resend email MCP: full API coverage + debug layer (deliverability, DNS, bounces).
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
RESEND_API_KEY RESEND_FROM RESEND_REPLY_TO RESEND_READONLY RESEND_ATTACHMENTS_DIRClaude Code
claude mcp add --env RESEND_API_KEY= --env RESEND_FROM= --env RESEND_REPLY_TO= --env RESEND_READONLY= --env RESEND_ATTACHMENTS_DIR= resend-email-mcp -- npx resend-email-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"resend-email-mcp","command":"npx","args":["resend-email-mcp"],"env":{"RESEND_API_KEY":"","RESEND_FROM":"","RESEND_REPLY_TO":"","RESEND_READONLY":"","RESEND_ATTACHMENTS_DIR":""}}'
JSON
{
"mcpServers": {
"resend-email-mcp": {
"command": "npx",
"args": [
"resend-email-mcp"
],
"env": {
"RESEND_API_KEY": "",
"RESEND_FROM": "",
"RESEND_REPLY_TO": "",
"RESEND_READONLY": "",
"RESEND_ATTACHMENTS_DIR": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.