Email Sending MCPServer

resend
GitHub
emailcommunicationdeveloper-tools

Loading subscription status...

💡 Description

A simple MCP server that uses Resend's API to send emails. It allows users to write and send emails seamlessly through Cursor or Claude Desktop without needing to copy-paste email content.

📝 JSON Entries

{
  "mcpServers": [
    {
      "resend": {
        "env": {},
        "args": [],
        "command": "node ABSOLUTE_PATH_TO_MCP_SEND_EMAIL_PROJECT/build/index.js --key=YOUR_RESEND_API_KEY"
      }
    }
  ]
}

🛠️ Tools

send-email

Features

  • Send plain text and HTML emails
  • Schedule emails for future delivery
  • Add CC and BCC recipients
  • Configure reply-to addresses
  • Customizable sender email (verification required)

💬 Example Queries

  • Send an email to my team about the meeting schedule
  • Draft an email to my client with the latest updates