Resend Email MCP
Rank #24,621io.github.helbertparanhos/resend-email-mcp
Complete Resend email MCP: full API coverage + debug layer (deliverability, DNS, bounces).
Resend Email MCP is a Model Context Protocol (MCP) server published by helbertparanhos. It ranks #24,621 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Resend Email MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Jun 8, 2026 and most recently updated on Jun 9, 2026.
Ranks ahead of 90,970 of 115,591 servers on MCP Toplist.
Use Resend Email MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add resend-email-mcp -e "RESEND_API_KEY=<your RESEND_API_KEY>" -e "RESEND_FROM=<your RESEND_FROM>" -e "RESEND_REPLY_TO=<your RESEND_REPLY_TO>" -e "RESEND_READONLY=<your RESEND_READONLY>" -e "RESEND_ATTACHMENTS_DIR=<your RESEND_ATTACHMENTS_DIR>" -- npx -y resend-email-mcpReplace each placeholder with your own value before saving.
[mcp_servers.resend-email-mcp]
command = "npx"
args = ["-y", "resend-email-mcp"]
[mcp_servers.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.helbertparanhos%2Fresend-email-mcp)<a href="https://mcptoplist.com/server/io.github.helbertparanhos%2Fresend-email-mcp"><img src="https://mcptoplist.com/badge/io.github.helbertparanhos%2Fresend-email-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
helbertparanhos
Other servers by helbertparanhos
- easypanel-mcp-server#7,200 · 6 vers
- n8n Pro MCP#20,572 · 1 ver
- Cloudflare MCP Pro#23,898 · 1 ver
- ClickUp MCP Pro#24,620 · 1 ver
- Post for Me MCP Pro#31,118 · 1 ver
- Vercel MCP Pro#31,119 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | Jun 9, 2026 |
Frequently asked questions
- Who maintains Resend Email MCP?
- Resend Email MCP is maintained by helbertparanhos, which publishes 7 MCP servers (12 total versions) tracked on MCP Toplist.
- Is Resend Email MCP listed on the Official MCP Registry?
- Yes — Resend Email MCP is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Resend Email MCP have?
- MCP Toplist tracks 1 version of Resend Email MCP, most recently published on Jun 9, 2026.
- Where can I find the source code for Resend Email MCP?
- The source code for Resend Email MCP is hosted at github.com/helbertparanhos/resend-email-mcp.