Skip to main content
Glama

MCP Email Server

AI 클라이언트(예: Cursor)가 Resend 이메일 서비스를 사용하여 이메일을 보낼 수 있게 해주는 간단한 Model Context Protocol (MCP) 서버입니다.

Features

  • 하나 또는 여러 수신자에게 이메일 보내기

  • 제목 및 HTML 본문 지원

  • 안전한 구성을 위해 환경 변수 사용

  • Cursor 및 기타 MCP 호환 클라이언트와 함께 작동

Related MCP server: Resend MCP

Requirements

  • Node.js 20+

  • Resend 계정

  • Resend API 키

  • Resend에서 인증된 발신자/도메인

  • Cursor 또는 다른 MCP 호환 MCP 클라이언트

Setup

  1. 프로젝트 종속성을 설치합니다.

  2. 프로젝트 루트에 .env 파일을 만듭니다.

  3. Resend API 키와 인증된 발신자 이메일을 추가합니다.

  4. MCP 서버를 시작합니다.

  5. MCP 클라이언트 구성에 서버를 추가합니다.

Environment Variables

RESEND_API_KEY=your_resend_api_key
RESEND_FROM_EMAIL=your_verified_sender

.env를 Git에 커밋하지 마세요.

Cursor MCP Configuration

.env 파일과 MCP 항목 파일 모두에 절대 경로를 사용하세요.

{
  "mcpServers": {
    "email-server": {
      "command": "node",
      "args": [
        "--env-file=/ABSOLUTE/PATH/TO/.env",
        "/ABSOLUTE/PATH/TO/app.js"
      ]
    }
  }
}

경로를 사용자 컴퓨터의 위치로 바꾸세요.

Available Tool

send-mail

하나 이상의 수신자에게 이메일을 보냅니다.

Parameters:

  • to — 수신자 이메일 주소

  • subject — 이메일 제목

  • body — 이메일 본문

Security

  • API 키를 .env에 보관하세요.

  • .env를 Git에 커밋하지 마세요.

  • Resend에서 인증된 발신자/도메인을 사용하세요.

  • MCP 구성에 API 키를 노출하지 마세요.

Tech Stack

  • Node.js

  • MCP

  • Resend

  • Zod

  • Cursor

License

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