Email sending MCP
メール送信MCP💌
これは、Resend APIを使用してメールを送信するシンプルなMCPサーバーです。なぜでしょうか?CursorまたはClaude Desktopにメールを作成してもらい、コピー&ペーストすることなくすぐに送信できるからです。
搭載コンポーネント:
デモ
https://github.com/user-attachments/assets/8c05cbf0-1664-4b3b-afb1-663b46af3464
カーソル
まず、Resend がドメインまたはメールアドレスからメールを送信できるように承認する必要があります。こちらの手順に従って設定し、Resend API キーを取得してください。
このプロジェクトをローカルにクローンします。index.tsを編集し、 me@yoko.devを自分のメールアドレスに置き換えてメールを送信します。
プロジェクトディレクトリで
npm installとnpm run build実行してください。/build/index.js が生成されているはずです。これが MCP サーバースクリプトです。
次に、カーソル設定 -> MCP -> 新しいMCPサーバーの追加に進みます。
名前 = [自分の名前を選択してください]
タイプ = コマンド
コマンド:
node ABSOLUTE_PATH_TO_MCP_SERVER/build/index.js --key=YOUR_RESEND_API_KEY --sender=OPTIONAL_SENDER_EMAIL_ADDRESS --reply-to=OPTIONAL_REPLY_TO_EMAIL_ADDRESS_ONE --reply-to=OPTIONAL_REPLY_TO_EMAIL_ADDRESS_TWO
Resend API キーはここから取得できます: https://resend.com/
email.md にアクセスし、to: のメールアドレスを置き換え、email.md 内のすべての項目を選択して、cmd+l を押すことで、メール送信のテストができます。これで、チャット内でカーソルに「これをメールで送信」するように指示できます。カーソルチャットがエージェントモードになっていることを確認するには、左下のドロップダウンで「エージェント」を選択します。
クロードデスクトップ
上記と同じ設定で、次のMCP設定を追加します
{
"mcpServers": {
"resend": {
"command": "node",
"args": ["ABSOLUTE_PATH_TO_MCP_SERVER/build/index.js"],
"env": {
"RESEND_API_KEY": [YOUR_API_KEY],
"SENDER_EMAIL_ADDRESS": [OPTIONAL_SENDER_EMAIL_ADDRESS],
"REPLY_TO_EMAIL_ADDRESSES": [OPTIONAL_REPLY_TO_EMAIL_ADDRESSES_COMMA_DELIMITED]
}
}
}
}Smithery経由でインストール
Smithery経由で Claude Desktop 用の mcp-send-email を自動的にインストールするには:
npx -y @smithery/cli install @ykhli/mcp-send-email --client claude開発する
npm install npm run build
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.999,640565MIT
- AlicenseNot gradedqualityDmaintenanceThis MCP server provides email sending functionality using Protonmail's SMTP service. It allows both Claude Desktop and Cline VSCode extension to send emails on your behalf using your Protonmail credentials.50MIT
- -licenseNot gradedqualityNot gradedmaintenanceAn MCP server that integrates with Missive App allowing users to create, manage, and send email drafts through AI tools like Claude Desktop or N8N.
- AlicenseAqualityDmaintenanceA Gmail MCP server that enables Claude to send, search, and read emails using either Gmail API or SMTP/IMAP backend.3MIT
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Shipmail MCP server for AI agent custom-domain email inboxes with REST API and webhooks.
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/deploya-labs/mcp-resend'
If you have feedback or need assistance with the MCP directory API, please join our Discord server