MCP Email Server
MCP メールサーバー
AIクライアント(Cursorなど)がResendメールサービスを使用してメールを送信できるようにする、シンプルなModel Context Protocol(MCP)サーバーです。
機能
1人または複数の受信者にメールを送信
件名とHTML本文に対応
環境変数による安全な設定
Cursorおよびその他のMCP互換クライアントで動作
Related MCP server: Resend MCP
必要条件
Node.js 20以上
Resendアカウント
Resend APIキー
Resendで検証済みの送信者/ドメイン
Cursorまたはその他のMCP互換MCPクライアント
セットアップ
プロジェクトの依存関係をインストールします。
プロジェクトのルートに
.envファイルを作成します。Resend APIキーと検証済みの送信者メールを追加します。
MCPサーバーを起動します。
MCPクライアントの設定にサーバーを追加します。
環境変数
RESEND_API_KEY=your_resend_api_key
RESEND_FROM_EMAIL=your_verified_sender.envをGitにコミットしないでください。
Cursor MCP設定
.envファイルとMCPエントリファイルの両方に絶対パスを使用してください。
{
"mcpServers": {
"email-server": {
"command": "node",
"args": [
"--env-file=/ABSOLUTE/PATH/TO/.env",
"/ABSOLUTE/PATH/TO/app.js"
]
}
}
}パスはご自身のマシンの場所に置き換えてください。
利用可能なツール
send-mail
1人または複数の受信者にメールを送信します。
パラメータ:
to— 受信者のメールアドレスsubject— メールの件名body— メールの本文
セキュリティ
APIキーは
.envに保管してください。.envをGitにコミットしないでください。Resendで検証済みの送信者/ドメインを使用してください。
MCP設定にAPIキーを公開しないでください。
技術スタック
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