Skip to content

Resend

Free

by MCP Community

MCP server for Resend email API - send emails, manage contacts, audiences, and domains

v0.1.0Added Apr 12, 2026
mcpresendemailaimodel-context-protocol
Works with:ClaudeGPTGeminiCopilot

Resend MCP Server

MCP server for Resend email API - send emails, manage contacts, audiences, and domains

Installation

npx -y @cloud9-labs/mcp-resend

Reviews

Leave a Review

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"]
    }
  }
}