TL;DR
Resend is a Communication MCP server that lets Claude Code, Cursor, Windsurf and any MCP-compatible AI agent send and track transactional emails via the Resend API from any MCP-compatible agent. Install in 1 minute with mcpizy install resend.
Resend
Install verified 5 toolsCommunication
Send and track transactional emails via the Resend API from any MCP-compatible agent.
Official homepageRepo audit: 87/100 โ solid, with minor gaps in docs or maintenance
Scored on licence, adoption, maintenance and documentation of resend/resend-mcp. We show the grade whether it flatters the server or not.
last commit today ยท 565 stars ยท MIT licence ยท 19 open issues
Read the full audit on CheckMCPInstall Resend
mcpizy install resendnpx -y resend-mcpTools exposed
5 tools availablesend_emailSend a transactional email
send_emailSend a transactional email
Inputs
fromstringrequiredtostring[]requiredsubjectstringrequiredhtmlstringoptionaltextstringoptional
list_emailsList recent sent emails
list_emailsList recent sent emails
get_emailGet the status of a sent email by ID
get_emailGet the status of a sent email by ID
Inputs
email_idstringrequired
list_domainsList verified sender domains
list_domainsList verified sender domains
add_domainRegister a new sender domain
add_domainRegister a new sender domain
Inputs
namestringrequired
Configuration
Works identically across clients. Only the config file path differs.
Claude Code~/.claude.json
~/.claude.json{
"mcpServers": {
"resend": {
"command": "npx",
"args": [
"-y",
"@resend/mcp-send-email"
],
"env": {
"RESEND_API_KEY": "re_..."
}
}
}
}Cursor.cursor/mcp.json
.cursor/mcp.json{
"mcpServers": {
"resend": {
"command": "npx",
"args": [
"-y",
"@resend/mcp-send-email"
],
"env": {
"RESEND_API_KEY": "re_..."
}
}
}
}Windsurf~/.codeium/windsurf/mcp_config.json
~/.codeium/windsurf/mcp_config.json{
"mcpServers": {
"resend": {
"command": "npx",
"args": [
"-y",
"@resend/mcp-send-email"
],
"env": {
"RESEND_API_KEY": "re_..."
}
}
}
}Authentication setup
- 1
Create an API key in the Resend dashboard
Get itRESEND_API_KEY - 2
Verify your sender domain (add DNS records)
What you can do with Resend MCP
Paste any of these prompts into Claude Code, Cursor or another MCP-compatible client.
โSend an email to [email protected] with subject 'Weekly report' and my draft bodyโ
Uses: send_email
โDid my latest marketing email bounce?โ
Uses: list_emails, get_email
โWhich domains do I have verified for sending?โ
Uses: list_domains
Works with
More Communication MCPs
Alternatives to Resend
If Resend doesn't fit your stack, these Communication MCP servers solve similar problems.
Frequently asked questions
What is the Resend MCP server?
Resend is listed as an Communication Model Context Protocol server whose documented purpose is to let an MCP-compatible agent send and track transactional emails via the Resend API from any MCP-compatible agent. Client support, permissions and authentication remain specific to the upstream project.
How do I install Resend MCP with Claude Code?
The fastest way is the MCPizy CLI: run `mcpizy install resend` and MCPizy will add the server to your `.claude.json` automatically. You can also install it manually by adding an entry under `mcpServers` in `.claude.json` with the command `npx -y resend-mcp` and restarting Claude Code.
Does MCPizy charge to view or install Resend MCP?
No. Reading this profile and copying its install guidance is free. Upstream software, API, account or usage costs are separate, and licence coverage should be checked from the linked source when available.
Does Resend MCP work with Cursor and Windsurf?
The MCP standard is supported by those clients, but a specific server can still have client-specific setup or transport limits. Use the configuration shown on this page when present and verify the upstream instructions before installation.
What can I do with Resend MCP?
Its documented purpose is to let an MCP-compatible agent send and track transactional emails via the Resend API from any MCP-compatible agent. The exact tools, permissions and write capabilities depend on the server version and configuration shown by the upstream project.
Compare before you commit
Put this server beside an alternative, or return to the full evidence directory.
Compare MCP serversBack to directory