Back to MCP Servers
Resend MCP Server logo
mcp-server618

Resend MCP Server

The official MCP server for Resend that gives AI agents native access to the full email platform, enabling sending, managing, and automating emails directly through natural language in tools like Cursor, Claude Code, and more.

Overview

Resend MCP Server is the official Model Context Protocol (MCP) server for the Resend email platform. It standardizes how AI agents and coding assistants interact with Resend's API, providing native tool access to send emails, manage infrastructure, and automate workflows using plain English prompts.

Built for modern AI development environments, it runs locally or via stdio/HTTP and works seamlessly with popular MCP-compatible clients.

Key Features

  • Full Platform Coverage: Access to 10+ tool groups covering the entire Resend API surface.
  • Email Operations: Send, list, get, cancel, update, and batch emails. Supports HTML/plain text, attachments (local, URL, base64), CC/BCC, reply-to, scheduling, tags, and more.
  • Management Tools: Handle contacts, audiences, domains, templates, broadcasts, and analytics.
  • Easy Integration: One-command install via npx -y resend-mcp with your RESEND_API_KEY.
  • Secure & Local-First: Runs securely on your machine by default; supports stdio and streamable HTTP transports.
  • Multi-Client Support: Compatible with Cursor, Claude Code/Desktop, GitHub Copilot, Windsurf, Codex, and other MCP clients.

Quick Start

Add to your MCP client configuration (e.g., in Cursor or Claude):

{
  "mcpServers": {
    "resend": {
      "command": "npx",
      "args": ["-y", "resend-mcp"],
      "env": {
        "RESEND_API_KEY": "re_xxxxxxxxx"
      }
    }
  }
}

Once configured, simply ask your AI agent: "Send a welcome email to new users" or "Manage my contact list for the newsletter campaign."

Use Cases

  • AI-Powered Email Automation: Let agents compose and send professional emails without manual copy-paste.
  • Workflow Orchestration: Build multi-step automations combining email with code generation, data processing, and other tools.
  • Contact & Campaign Management: Update audiences, create templates, and track deliveries conversationally.
  • Developer Productivity: Integrate email notifications into coding sessions for alerts, reports, or user outreach.
  • Inbound & Analytics: Handle replies, webhooks, and performance metrics through natural language queries.

Why Use Resend MCP Server?

MCP standardizes tool access for LLMs, turning Resend from a simple API into a conversational capability. Agents gain deep context and action-taking power over your email infrastructure without custom code or complex SDK integrations.

The server is open-source, actively maintained, and expands alongside new Resend features.

Resources

Start empowering your AI agents with production-grade email capabilities today.

Tags

mcpemailai-agenttypescriptresendautomationclaudecursor

Related Entries

Keep exploring similar tools and resources in this category.

Browse MCP Servers
LottieFiles MCP Server logo

LottieFiles MCP Server

MCP Servers

An open-source Model Context Protocol (MCP) server that enables AI agents to search, retrieve details, and access popular Lottie animations directly from LottieFiles, seamlessly integrating motion graphics into AI workflows.

Firecrawl MCP Server logo

Firecrawl MCP Server

MCP Servers

Official Model Context Protocol (MCP) server from Firecrawl that equips AI agents with powerful web search, scraping, crawling, and structured data extraction capabilities for real-time web interaction.

DataForSEO MCP Server logo

DataForSEO MCP Server

MCP Servers

DataForSEO MCP Server is the official Model Context Protocol server for connecting AI clients to DataForSEO SEO, SERP, keyword, backlink, on-page, business, domain, content, merchant, and AI optimization data. It can be used as a hosted Streamable HTTP endpoint, a local npx package, a Docker container, or a source-built TypeScript server.

Cursor MCP logo

Cursor MCP

MCP Servers

Cursor MCP is Cursor's Model Context Protocol client support for connecting the Cursor editor and Cursor CLI agent to external MCP servers. Official docs cover stdio, SSE, Streamable HTTP, mcp.json configuration, OAuth, Marketplace plugins, and CLI management commands.

Higgsfield MCP logo

Higgsfield MCP

MCP Servers

Higgsfield MCP is Higgsfield AI's hosted MCP connector for generating images, videos, reusable characters, and creative assets from Claude or MCP-compatible agents. It uses a Higgsfield account and platform credits, with no API key documented for the official MCP connector.

vercel eve logo

vercel eve

MCP Servers

Vercel Eve is an open-source, filesystem-first TypeScript framework for building durable AI agents on Vercel. It organizes agent capabilities as files for instructions, tools, skills, channels, schedules, subagents, and connections, including integrations with external MCP and OpenAPI tools.