Skip to content
Resend

Resend

v2.13.0
MIT
Featured Developer Tools
emailtransactional-emailbroadcastsresend

Summary

Resend's official MCP server for transactional and marketing email — send, schedule and batch messages, manage templates, contacts, broadcasts, automations, domains and suppressions from an agent.

Features

  • Send, schedule, batch and cancel email with attachments and idempotency keys
  • Read inbound mail and download received attachments
  • Manage templates, contacts, segments, topics, broadcasts and automations
  • Verify and configure sender domains; manage suppressions and webhooks
  • Inspect API request logs with full request and response bodies
  • Hosted OAuth endpoint at mcp.resend.com/mcp or self-run via npx

Installation

Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.

Any MCP-compatible agent

Most agents (Claude, Cursor, Windsurf, VS Code, and more) read a standard mcpServers configuration.

  1. Open your agent's MCP configuration file.
  2. Merge the snippet below into it, filling in the environment variables with your own values.
  3. Restart the agent — the "Resend" tools will be available.
{
  "mcpServers": {
    "resend": {
      "command": "npx",
      "args": [
        "-y",
        "resend-mcp"
      ],
      "env": {
        "RESEND_API_KEY": "re_xxxxxxxxx"
      }
    }
  }
}

Description

Resend's MCP server covers close to the whole Resend API, not just a send-email tool. That matters because the interesting agent workflows are the ones after the send: reading the request log to see why a message bounced, checking domain verification, adding an address to the suppression list, or drafting a broadcast against a segment.

Coverage
  • Emails — send, list, get, cancel, update and batch send. HTML or plain text, attachments from a local file, URL or base64, CC/BCC, reply-to, scheduling, tags, custom headers, topic-based sending and idempotency keys.
  • Received emails — list and read inbound mail, list and download inbound attachments.
  • Templates — create, update, publish, duplicate and remove, with {{{VARIABLE}}} placeholders.
  • Contacts, segments, topics and contact properties — including CSV imports, segment membership and custom attributes.
  • Broadcasts — create, schedule, send, cancel and manage campaigns with personalisation and preview text.
  • Automations and events — define automations and fire events that trigger them for a contact.
  • Domains — create, verify and configure sender domains including tracking, TLS and send/receive capabilities.
  • Suppressions — hard bounces and spam complaints are suppressed automatically; add addresses manually to honour do-not-contact requests.
  • API keys, webhooks and logs — including full request and response bodies for debugging.
  • Editor — connect to the visual editor in the Resend dashboard and read a draft while collaborating on a broadcast or template.
Two ways to run it

The remote server at https://mcp.resend.com/mcp needs nothing installed and uses OAuth — your client opens a browser to log in and approve access. That is the better option for web-based clients and hosted agents. The same open-source code is published on npm as resend-mcp if you would rather run it yourself over stdio or HTTP, using an API key.

Worth knowing

This server sends real email to real people and can manage your sending domains and API keys. Use a scoped Resend API key, verify your domain first, and be deliberate about which agents get write access.

Related MCP Servers

New

Postman's official MCP server — reach your workspaces, collections, specs and environments from Claude Code, Cursor, VS Code or Copilot, in four tool tiers.

Developer Tools
1 views
New

Drive live Jupyter notebooks from an agent — read and edit cells, execute code, see rich outputs, and run against local JupyterLab or a cloud sandbox.

Developer Tools
1 views

MCP: deja-vu

by Vladislav Shulcz

New

Indexes the coding-agent sessions already sitting on your disk — months of history from before you installed it — and serves them back over MCP. 3.5 GB searched in ~1.5 ms, no LLM, no embeddings.

Developer ToolsDatabases & Data
1 views
New

Microsoft's official MCP server for Azure DevOps - work items, repos, pipelines, wikis, test plans and iterations, reachable from any MCP client in plain language.

Developer Tools
1 views
Browse all MCP servers →