Skip to main content
The resend MCP adapter integrates Resend for reliable transactional email. Use it to notify users when workflows finish, send reports, and drive onboarding sequences — with a verified sender domain.

Prerequisites

  • A Resend account with a verified domain (or Resend’s test domain for development)
  • A Resend API key with send permissions
  • A default From address on that verified domain
  • project_contributor access

Connect in AgentRuntime

1

Verify your domain in Resend

In the Resend dashboard, add DNS records for your sending domain and wait for verification.
2

Create a connection

Go to Connections, click New custom connection, and create an API key connection, and paste your Resend API key. Optionally set FromEmail in the connection or MCP config profile.
3

Add resend MCP instance

Go to MCP, click Add instance for resend, wire your connection on Instance config, set the profile active, and save.
4

Send a test email

Run a workflow with mcp_callsend_email to yourself before wiring production notifications.

What you can build

  • Workflow completion alerts — After a run succeeds or fails, send_email with run ID, step summary, and a link to Command Center.
  • Weekly digest — Postgres postgres_query for metrics → LLM narrative → send_email to stakeholders.
  • Human task reminders — When a human_task is assigned, email the assignee with task title and due date.
  • Audience sync reportinglist_audiences to verify list IDs before syncing contacts from ActiveCampaign or a form webhook.

Tools

Example

Configuration

Troubleshooting