Resend
Freeby MCP Community
MCP server for Resend email API - send emails, manage contacts, audiences, and domains
v0.1.0Added Apr 12, 2026
mcpresendemailaimodel-context-protocol
Resend MCP Server
MCP server for Resend email API - send emails, manage contacts, audiences, and domains
Installation
npx -y @cloud9-labs/mcp-resend
Reviews
Installation
Quick install
npx -y @cloud9-labs/mcp-resend
Add to claude_desktop_config.json
{
"mcpServers": {
"resend": {
"command": "npx",
"args": ["-y", "@cloud9-labs/mcp-resend"]
}
}
}