Resend
Freeby MCP Community
Complete MCP server for Resend API with all endpoints - send emails, manage domains, contacts, broadcasts, and more
v2.0.1Added Apr 12, 2026
mcpresendemailapiclaude
Resend MCP Server
Complete MCP server for Resend API with all endpoints - send emails, manage domains, contacts, broadcasts, and more
Installation
npx -y resend-mcp-server
Reviews
Installation
Quick install
npx -y resend-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"resend": {
"command": "npx",
"args": ["-y", "resend-mcp-server"]
}
}
}