Resend Email MCP Server

Complete Resend email MCP: full API coverage + debug layer (deliverability, DNS, bounces).

Local serverstdio

What is the Resend Email MCP MCP server?

If you already use Resend Email MCP, the resend email mcp mcp server is the piece that lets your assistant work with it directly. Complete Resend email MCP: full API coverage + debug layer (deliverability, DNS, bounces).

What the server does

Works with Claude Code, Cursor, Claude Desktop, and any other MCP client.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Emails — The Emails tool exposed by this server
  • Domains — The Domains tool exposed by this server
  • Broadcasts — The Broadcasts tool exposed by this server
  • Contacts — The Contacts tool exposed by this server
  • Segments — The Segments tool exposed by this server
  • Templates — The Templates tool exposed by this server
  • Topics — The Topics tool exposed by this server
  • Webhooks — The Webhooks tool exposed by this server
  • Logs — The Logs tool exposed by this server

Installation

resend-email-mcp on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Credentials and setup notes

Configuration is passed through the environment: RESEND_API_KEY, RESEND_FROM, RESEND_BASE_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Where it fits

Plenty of team communication servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Resend Email MCP's toolset — Emails, Domains, Broadcasts and 6 more — is a fair guide to whether it matches your workflow. It is maintained by helbertparanhos; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 9 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Resend Email MCP.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
EmailsThe Emails tool exposed by this server.
DomainsThe Domains tool exposed by this server.
BroadcastsThe Broadcasts tool exposed by this server.
ContactsThe Contacts tool exposed by this server.
SegmentsThe Segments tool exposed by this server.
TemplatesThe Templates tool exposed by this server.
TopicsThe Topics tool exposed by this server.
WebhooksThe Webhooks tool exposed by this server.
LogsThe Logs tool exposed by this server.

How to install the Resend Email MCP MCP server

{
  "mcpServers": {
    "resend-email": {
      "command": "npx",
      "args": ["-y", "resend-email-mcp"],
      "env": {
        "RESEND_API_KEY": "your-value",
        "RESEND_FROM": "your-value",
        "RESEND_BASE_URL": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
RESEND_API_KEYCredential the server authenticates with.Yes
RESEND_FROMConfiguration value read at startup.Optional
RESEND_BASE_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use Resend Email MCP to Emails.
  • Use Resend Email MCP to Domains.
  • Use Resend Email MCP to Broadcasts.

Frequently asked questions

It connects Resend Email MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 9 tools (Emails, Domains, Broadcasts, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Resend Email MCP directly.