releases.shpreview
Resend/Resend Changelog/Official Resend MCP Server

Official Resend MCP Server

Our official MCP server with full Resend platform coverage and an official HTTP transport.

The official Resend MCP server exposes 10 tool groups covering every Resend API: emails, contacts, broadcasts, domains, webhooks, segments, topics, contact properties, API keys, and received emails.

Full platform coverage

Agents can manage your entire email infrastructure through a single integration.

Key capabilities

  • Received emails: list and read inbound emails, download attachments
  • Broadcast management: create, send, schedule, and manage campaigns; supports personalization, preview text, and scheduling
  • Contact and audience tools: full contact lifecycle management, segment memberships, topic subscriptions, custom contact properties
  • Domain and webhook management: configure sender domains, verify DNS, manage tracking/TLS settings, set up webhooks
  • Attachments and advanced sending: file attachments from local paths, URLs, or base64; batch sending, scheduling, CC/BCC, reply-to, tags

Install

Claude Code

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

Cursor — add to MCP settings:

{
  "mcpServers": {
    "resend": {
      "command": "npx",
      "args": ["-y", "resend-mcp"],
      "env": { "RESEND_API_KEY": "re_xxxxxxxxx" }
    }
  }
}

HTTP transport

Supports Streamable HTTP transport for remote and web-based integrations:

npx -y resend-mcp --http --port 3000

Each client authenticates by passing their Resend API key as a Bearer token.

Official Resend MCP Server

Fetched May 13, 2026