integrations.sh
← all integrations

Resend

MCP server override emailcommunicationdeveloper-tools

Send transactional and marketing email from any MCP-compatible AI agent. Manage emails, contacts, audiences, broadcasts, domains, segments, and topics. Supports HTML, plain text, attachments (local file, URL, or base64), CC/BCC, reply-to, scheduling, tags, and topic-based sending.

Install (stdio):

bash
claude mcp add resend -e RESEND_API_KEY=re_xxxxxxxxx -- npx -y resend-mcp

Install (HTTP):

bash
npx -y resend-mcp --http --port 3000
Homepage
https://resend.com/docs/mcp-server
Transport
stdio
Auth
api_key
Tools
  • send-email
  • list-emails
  • get-email
  • cancel-email
  • update-email
  • send-batch-emails
  • list-contacts
  • get-contact
  • create-contact
  • update-contact
  • remove-contact
  • list-audiences
  • get-audience
  • create-audience
  • remove-audience
  • list-broadcasts
  • get-broadcast
  • create-broadcast
  • send-broadcast
  • remove-broadcast
  • list-domains
  • get-domain
  • create-domain
  • verify-domain
  • remove-domain
  • list-api-keys
  • create-api-key
  • remove-api-key