Описание
A Zed extension for the Resend MCP.
README
This extension provides a MCP server for sending emails via Resend directly from Zed. It uses the (unofficial) resend-mcp npm package.
Configuration
Minimal Configuration (API Key Only)
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"
}
}
}
}
Recommended Configuration (With Sender Email)
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": "[email protected]"
}
}
}
}
Complete Configuration (All Options)
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": "[email protected]",
"reply_to_email_addresses": "[email protected],[email protected]"
}
}
}
}
Features
| 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 |
Further Information
Установка Zed Resend
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/danilo-leal/zed-resend-mcp-serverFAQ
Zed Resend MCP бесплатный?
Да, Zed Resend MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Zed Resend?
Нет, Zed Resend работает без API-ключей и переменных окружения.
Zed Resend — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Zed Resend в Claude Desktop, Claude Code или Cursor?
Открой Zed Resend на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Zed Resend with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
