MCP Email Server
MCP Email Server
Простой сервер на базе Model Context Protocol (MCP), который позволяет ИИ-клиентам, таким как Cursor, отправлять электронные письма с помощью почтового сервиса Resend.
Возможности
Отправка писем одному или нескольким получателям
Поддержка темы и HTML-тела письма
Использование переменных окружения для безопасной настройки
Работает с Cursor и другими MCP-совместимыми клиентами
Related MCP server: Resend MCP
Требования
Node.js 20+
Аккаунт Resend
API-ключ Resend
Подтвержденный отправитель/домен в Resend
Cursor или другой MCP-совместимый клиент
Настройка
Установите зависимости проекта.
Создайте файл
.envв корне проекта.Добавьте ваш API-ключ Resend и подтвержденный email отправителя.
Запустите MCP-сервер.
Добавьте сервер в конфигурацию вашего MCP-клиента.
Переменные окружения
RESEND_API_KEY=your_resend_api_key
RESEND_FROM_EMAIL=your_verified_senderНикогда не коммитьте .env в Git.
Конфигурация MCP в Cursor
Используйте абсолютные пути как для файла .env, так и для файла запуска MCP.
{
"mcpServers": {
"email-server": {
"command": "node",
"args": [
"--env-file=/ABSOLUTE/PATH/TO/.env",
"/ABSOLUTE/PATH/TO/app.js"
]
}
}
}Замените приведенные пути на фактические расположения на вашем компьютере.
Доступный инструмент
send-mail
Отправляет электронное письмо одному или нескольким получателям.
Параметры:
to— Адрес(а) электронной почты получателяsubject— Тема письмаbody— Тело письма
Безопасность
Храните API-ключи в
.env.Никогда не коммитьте
.envв Git.Используйте подтвержденный отправителя/домен в Resend.
Не указывайте API-ключи в конфигурации MCP.
Стек технологий
Node.js
MCP
Resend
Zod
Cursor
Лицензия
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
- AlicenseAqualityAmaintenanceA simple MCP server that enables users to send emails using Resend's API, integrating with tools like Cursor and Claude Desktop for seamless email composition and delivery.9110,907559MIT
- AlicenseNot gradedqualityDmaintenanceEnables sending emails through the Resend service API. Provides a simple email sending tool that integrates with MCP-compatible clients.19MIT
- AlicenseBqualityDmaintenanceEnables sending single and batch emails through the Resend API with support for HTML/plain text content, CC/BCC recipients, and custom tracking tags.16Apache 2.0
- FlicenseNot gradedqualityDmaintenanceEnables sending emails (including mass emailing), querying, updating, and canceling delayed emails via the Resend API.
Related MCP Connectors
Email for AI agents — send, receive as a webhook, manage domains, templates, routing.
Email for AI agents: send mail, manage contacts, automations & webhooks. Zero-DNS first send.
Give an AI agent its own inbox — receive email as a webhook, send over a verified domain.
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/Code2Hack18/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server