What is the Resend Email MCP MCP server?
Complete Resend email MCP: full API coverage + debug layer (deliverability, DNS, bounces).
How to install Resend Email MCP
Copy-paste configuration for popular MCP clients.
RESEND_API_KEYrequiredsecretResend API key (https://resend.com/api-keys)
RESEND_FROMDefault sender address (verified domain), e.g. 'Acme <hello@acme.com>'
RESEND_REPLY_TODefault Reply-To address
RESEND_READONLYSet to 'true' to block every mutating tool
RESEND_ATTACHMENTS_DIRDirectory that local-file attachments are restricted to (disk reads disabled unless set)
{
"mcpServers": {
"resend-email-mcp": {
"command": "npx",
"args": [
"-y",
"resend-email-mcp"
],
"env": {
"RESEND_API_KEY": "<YOUR_RESEND_API_KEY>",
"RESEND_FROM": "<YOUR_RESEND_FROM>",
"RESEND_REPLY_TO": "<YOUR_RESEND_REPLY_TO>",
"RESEND_READONLY": "<YOUR_RESEND_READONLY>",
"RESEND_ATTACHMENTS_DIR": "<YOUR_RESEND_ATTACHMENTS_DIR>"
}
}
}
}{
"mcpServers": {
"resend-email-mcp": {
"command": "npx",
"args": [
"-y",
"resend-email-mcp"
],
"env": {
"RESEND_API_KEY": "<YOUR_RESEND_API_KEY>",
"RESEND_FROM": "<YOUR_RESEND_FROM>",
"RESEND_REPLY_TO": "<YOUR_RESEND_REPLY_TO>",
"RESEND_READONLY": "<YOUR_RESEND_READONLY>",
"RESEND_ATTACHMENTS_DIR": "<YOUR_RESEND_ATTACHMENTS_DIR>"
}
}
}
}{
"mcpServers": {
"resend-email-mcp": {
"command": "npx",
"args": [
"-y",
"resend-email-mcp"
],
"env": {
"RESEND_API_KEY": "<YOUR_RESEND_API_KEY>",
"RESEND_FROM": "<YOUR_RESEND_FROM>",
"RESEND_REPLY_TO": "<YOUR_RESEND_REPLY_TO>",
"RESEND_READONLY": "<YOUR_RESEND_READONLY>",
"RESEND_ATTACHMENTS_DIR": "<YOUR_RESEND_ATTACHMENTS_DIR>"
}
}
}
}{
"servers": {
"resend-email-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"resend-email-mcp"
],
"env": {
"RESEND_API_KEY": "<YOUR_RESEND_API_KEY>",
"RESEND_FROM": "<YOUR_RESEND_FROM>",
"RESEND_REPLY_TO": "<YOUR_RESEND_REPLY_TO>",
"RESEND_READONLY": "<YOUR_RESEND_READONLY>",
"RESEND_ATTACHMENTS_DIR": "<YOUR_RESEND_ATTACHMENTS_DIR>"
}
}
}
}claude mcp add resend-email-mcp --env RESEND_API_KEY=<YOUR_RESEND_API_KEY> --env RESEND_FROM=<YOUR_RESEND_FROM> --env RESEND_REPLY_TO=<YOUR_RESEND_REPLY_TO> --env RESEND_READONLY=<YOUR_RESEND_READONLY> --env RESEND_ATTACHMENTS_DIR=<YOUR_RESEND_ATTACHMENTS_DIR> -- npx -y resend-email-mcpRelated MCP servers
The most complete ClickUp MCP server — 161 tools + clickup_raw for the full v2/v3 API.
View repository →Cloudflare MCP: DNS, Zones, Workers, KV, R2, D1, Pages, WAF, SSL, Email, AI via REST API v4
View repository →Manage self-hosted n8n (incl. queue mode): workflows, executions, users, audit — 51 tools.
View repository →Publish, schedule and analyze social posts across 9 platforms via the Post for Me API.
View repository →Complete Vercel MCP: deploys, logs, projects, env, domains, DNS, certs via the full REST API
View repository →