MCP Email Server
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
프로젝트 종속성을 설치합니다.
프로젝트 루트에
.env파일을 만듭니다.Resend API 키와 인증된 발신자 이메일을 추가합니다.
MCP 서버를 시작합니다.
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
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