resend
Provides tools for listing and retrieving items from the Resend API, enabling AI assistants to manage Resend data.
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., "@resendlist my recent emails"
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 MCP Server
An MCP (Model Context Protocol) server that provides access to the Resend API, allowing AI assistants to interact with Resend data.
Features
List and retrieve items from the Resend API
Async HTTP client with error handling
Typed responses with Pydantic models
Related MCP server: Resend MCP Server
Installation
Using mpak (Recommended)
# Configure your API key
mpak config set @joecardoso13/resend api_key=your_api_key_here
# Run the server
mpak run @joecardoso13/resendManual Installation
# Clone the repository
git clone https://github.com/JoeCardoso13/mcp-resend.git
cd mcp-resend
# Install dependencies with uv
uv sync
# Set your API key
export RESEND_API_KEY=your_api_key_here
# Run the server
uv run python -m mcp_resend.serverConfiguration
Getting Your API Key
Create a new API key
Copy the key
Claude Desktop Configuration
Add to your ~/.claude/settings.json:
{
"mcpServers": {
"resend": {
"command": "mpak",
"args": ["run", "@joecardoso13/resend"]
}
}
}Available Tools
Tool | Description |
| List items from the API with optional limit |
| Get a single item by its ID |
Development
# Install dev dependencies
uv sync --dev
# Run tests
uv run pytest tests/ -v
# Format code
uv run ruff format src/ tests/
# Lint
uv run ruff check src/ tests/
# Type check
uv run ty check src/
# Run all checks
make checkLicense
MIT
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
- 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
- AlicenseAqualityFmaintenanceAn MCP server for the Resend email API, enabling AI assistants to send emails, manage contacts, audiences, and domains through natural language.Last updated1834MIT
- AlicenseAqualityBmaintenanceThe most complete Resend MCP server — full coverage of the Resend API (emails, domains, contacts, broadcasts, templates, segments, topics, webhooks, logs) plus a unique debug/diagnostics layer no other Resend MCP offers: deliverability analysis, DNS troubleshooting, email lifecycle inspection, bounce explanation, and account auditing. Works with Claude Code, Cursor, Claude Desktop, and any otherLast updated75741MIT
- Flicense-qualityDmaintenanceEnables sending emails (including mass emailing), querying, updating, and canceling delayed emails via the Resend API.Last updated
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/JoeCardoso13/mcp-resend'
If you have feedback or need assistance with the MCP directory API, please join our Discord server