Resend MCP Server
Provides tools for sending emails and managing email campaigns through the Resend API.
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.Last updated110,3317MIT
- Alicense-qualityDmaintenanceEnables sending emails through the Resend service API. Provides a simple email sending tool that integrates with MCP-compatible clients.Last updated17MIT
- AlicenseBqualityDmaintenanceEnables sending single and batch emails through the Resend API with support for HTML/plain text content, CC/BCC recipients, and custom tracking tags.Last updated14Apache 2.0
- Alicense-qualityCmaintenanceEnables 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.Last updated10,3315MIT
Related MCP Connectors
Email for AI agents โ send, receive as a webhook, manage domains, templates, routing.
AI email inbox and sending tools with attachments, search, live events, and webhooks.
Email for AI agents: send mail, manage contacts, automations & webhooks. Zero-DNS first send.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/universal-mcp/resend'
If you have feedback or need assistance with the MCP directory API, please join our Discord server