Server Directory
CommunicationBeginner

Resend

by Resend

Send transactional emails through Resend API. Compose and send emails with HTML or text content, manage domains, and track delivery status.

CAPABILITIES

  • Send transactional emails
  • HTML and text email support
  • Domain management
  • Email delivery tracking

INSTALLATION

Terminal
npx -y mcp-send-email

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "resend": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""mcp-send-email"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Communication
Difficulty
Beginner
Maintained By
Resend
NPM Package
mcp-send-email

RELATED SERVERS

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →