Messaging

Resend MCP Server

Connect your account, then chat with AI to run tools.

Resend is an email API for developers. Provides transactional email sending, email templates, domain management, and delivery analytics with a developer-first SDK experience.

Agent guide included

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

AI Skill
SKILL.md

Domain knowledge for Resend — workflow patterns, data models, and gotchas for your AI agent.

Resend

Resend is a developer-focused transactional email API. This bundle provides email sending, domain management, API key management, audience/contact lists, and delivery tracking.

Entity Hierarchy

  • Account is the top-level boundary for all resources.
  • Domains are verified sending domains (e.g., mail.example.com). Emails can only be sent from verified domains.
  • API Keys are authentication tokens scoped to specific domains or full account access.
  • Audiences are mailing lists (contact groups) for batch operations.
  • Contacts are individual email addresses within an audience.
  • Emails are sent messages with delivery status tracking.

Capabilities

Email sending:

  • Send transactional emails with HTML or plain text content
  • Send emails with attachments
  • Send batch emails to multiple recipients
  • Track email delivery status (sent, delivered, bounced)

Domain management:

  • List verified sending domains
  • Add new domains and get DNS verification records
  • Remove domains and check verification status

API key management:

  • List, create, and delete API keys with optional domain restrictions

Audience and contacts:

  • Create and list audiences (mailing lists)
  • Add, update, and remove contacts from audiences

Workflows

Send a transactional email: Specify from address (must be on a verified domain), to address, subject, and HTML body. Optionally add reply-to, CC/BCC, and attachments. The response returns a message ID for tracking.

Set up a new sending domain: Add the domain, then configure the returned DNS records (SPF, DKIM, MX) at your DNS provider. Domain status updates once DNS propagates.

Manage a contact list: Create an audience, then add contacts with email and optional metadata. Use the audience for batch sending.

Monitor delivery: After sending, retrieve the email status by ID to see if it was delivered or bounced.

Gotchas

  • Verified domain required: Emails can only be sent from addresses on verified domains. Unverified domains return an error.
  • Rate limits: Free tier has sending limits (100 emails/day). Production usage requires a paid plan.
  • HTML content: The html field accepts raw HTML. There is no built-in template rendering.
  • Batch sending: Each message in a batch is independent — no mail merge. Construct each message individually for personalization.

Frequently Asked Questions

What is the Resend MCP server?

Resend is an email API for developers. Provides transactional email sending, email templates, domain management, and delivery analytics with a developer-first SDK experience. It provides tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Resend to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/resend-mcp. Authentication is handled automatically.

What authentication does Resend require?

Resend uses API Key. Resend requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Resend to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/resend-mcp

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to Resend and paste the MCP URL into Remote MCP server URL.
  4. Click Add. Resend will appear under Not connected — select it and click Connect to complete OAuth.
Name: Resend
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/resend-mcp
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Maintain this listing

Operate Resend? You can take over the listing's metadata.

Operate Resend?

Take over this listing's metadata — name, description, category, logo, website, contact email, and skill content. Verification is a 6-digit code we email to one of the maintainer addresses your server already publishes in /.well-known/security.txt or /.well-known/mcpbundles.json. Free, takes about a minute.

Sign up to claim

Ready to use Resend?

Sign in to connect your credentials and start running tools from the chat.