Skip to main content
Glama

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-совместимый клиент

Настройка

  1. Установите зависимости проекта.

  2. Создайте файл .env в корне проекта.

  3. Добавьте ваш API-ключ Resend и подтвержденный email отправителя.

  4. Запустите MCP-сервер.

  5. Добавьте сервер в конфигурацию вашего 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

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    A
    maintenance
    A 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.
    91
    10,907
    559
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables sending emails (including mass emailing), querying, updating, and canceling delayed emails via the Resend API.

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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