Resend MCP Server
Provides tools for sending emails and managing email campaigns through the Resend API.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Resend MCP Serversend an email to alice@example.com with subject Greetings and body Hello from Resend"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Resend Universal MCP Server
This repository contains an implementation of an Resend Universal MCP (Model Context Protocol) server. It provides a standardized interface for interacting with Resend's tools and services through a unified API.
The server is built using the Universal MCP framework.
This implementation follows the MCP specification, ensuring compatibility with other MCP-compliant services and tools.
Usage
You can start using Resend directly from agentr.dev. Visit agentr.dev/apps and enable Resend.
If you have not used universal mcp before follow the setup instructions at agentr.dev/quickstart
Related MCP server: Resend MCP
Available Tools
The full list of available tools is at ./src/universal_mcp_resend/README.md
Local Development
๐ Prerequisites
Ensure you have the following before you begin:
Python 3.11+ (recommended)
uv (install globally with
pip install uv)
๐ ๏ธ Setup Instructions
Follow the steps below to set up your development environment:
Sync Project Dependencies
uv syncThis installs all dependencies from
pyproject.tomlinto a local virtual environment (.venv).Activate the Virtual Environment
For Linux/macOS:
source .venv/bin/activateFor Windows (PowerShell):
.venv\Scripts\ActivateStart the MCP Inspector
mcp dev src/universal_mcp_resend/server.pyThis will start the MCP inspector. Make note of the address and port shown in the console output.
Install the Application
mcp install src/universal_mcp_resend/server.py
๐ Project Structure
.
โโโ src/
โ โโโ universal_mcp_resend/
โ โโโ __init__.py # Package initializer
โ โโโ server.py # Server entry point
โ โโโ app.py # Application tools
โ โโโ README.md # List of application tools
โโโ tests/ # Test suite
โโโ .env # Environment variables for local development
โโโ pyproject.toml # Project configuration
โโโ README.md # This file๐ License
This project is licensed under the MIT License.
Generated with MCP CLI โ Happy coding! ๐
This server cannot be deployed
Maintenance
Related MCP Connectors
Email for AI agents โ send, receive as a webhook, manage domains, templates, routing.
Email for AI agents: send, read replies as threads, run campaigns, with per-key limits.
AI email inbox and sending tools with attachments, search, live events, and webhooks.
Related MCP Servers
- AlicenseBqualityDmaintenanceA tool integration that enables Claude to compose and send emails through the Resend API, supporting features like scheduled delivery and file attachments.117,286 npm7MIT
- AlicenseNot gradedqualityDmaintenanceEnables sending emails through the Resend service API. Provides a simple email sending tool that integrates with MCP-compatible clients.4 npmMIT
- AlicenseBqualityDmaintenanceEnables sending single and batch emails through the Resend API with support for HTML/plain text content, CC/BCC recipients, and custom tracking tags.17 npmApache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to manage email newsletters and contacts via Resend, including sending broadcasts to segments, managing subscribers in bulk, scheduling campaigns, and tracking delivery status using human-friendly identifiers.17,286 npm5MIT