A Zed extension for the Resend MCP.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"zed-resend-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This extension provides a MCP server for sending emails via Resend directly from Zed. It uses the (unofficial) resend-mcp npm package.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in communication
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
An MCP server that securely interfaces with your iMessage database via the Model Context Protocol (MCP), allowing LLMs to query and analyze iMessage conversations. It includes robust phone number validation, attachment processing, contact management, group chat handling, and full support for sending and receiving messages.
Email & SMS infrastructure for AI agents — send and receive real email and text messages programmatically
A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph API
MCP Security Weekly
Get CVE alerts and security updates for Zed Resend Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This extension provides a MCP server for sending emails via Resend directly from Zed. It uses the (unofficial) resend-mcp npm package.
Add your Resend API key to your Zed settings.json:
{
"context_servers": {
"mcp-server-resend": {
"settings": {
"resend_api_key": "re_your_actual_api_key_here"
}
}
}
}
Ensure your sender email is from a verified domain. You can do that by going to Resend's dashboard Domain page.
{
"context_servers": {
"mcp-server-resend": {
"settings": {
"resend_api_key": "re_your_actual_api_key_here",
"sender_email_address": "your-verified@yourdomain.com"
}
}
}
}
You can also configure reply-to addresses:
{
"context_servers": {
"mcp-server-resend": {
"settings": {
"resend_api_key": "re_your_actual_api_key_here",
"sender_email_address": "your-verified@yourdomain.com",
"reply_to_email_addresses": "replies@yourdomain.com,support@yourdomain.com"
}
}
}
}
| Feature | Status |
|---|---|
| Send plain text emails | Supported |
| Send HTML emails | Supported |
| Multiple recipients | Supported |
| CC and BCC | Supported |
| Reply-to addresses | Supported |
| Scheduled sending | Supported |
| Custom sender email | Supported |
| Environment-based configuration | Supported |
| File attachments | Supported |
| Remote URL attachments | Supported |
| React Email templates | Not Supported |
| Batch sending | Not Supported |
| Email tracking | Not Supported |