Messaging

Resend MCP Server

Use Studio chat to drive this server — credentials stay in your workspace.

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

Official server
Agent guide included
API Key
Start Chatting

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

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to chat with Resend?

Same flow: Studio opens on this server after sign-in. Keep chatting to call tools from the conversation.

Resend MCP Server & Skill