MCP Server Resend
MCPサーバー再送信
Resend API用のMCPサーバー。LLMがメールの作成と送信を代行します。
環境変数
RESEND_API_KEY(文字列、必須): 再送信APIキーSENDER_EMAIL_ADDRESS(文字列、必須): 送信者のメールアドレスREPLY_TO_EMAIL_ADDRESSES(文字列、オプション): 返信先のメールアドレスのカンマ区切りリスト
Related MCP server: Resend MCP Server
利用可能なツール
send_email- Resend API を使用してメールを送信する入力:
to(文字列): 受信者のメールアドレスsubject(文字列): メールの件名content(文字列): プレーンテキストのメールコンテンツfrom(文字列、オプション): 送信者のメールアドレス (指定されていない場合は SENDER_EMAIL_ADDRESS を使用)replyTo(配列、オプション): 返信先のメールアドレス (指定されていない場合は REPLY_TO_EMAIL_ADDRESSES を使用)scheduledAt(文字列、オプション): スケジュールされたメール配信時刻attachments(配列、オプション):添付ファイルのリスト。各添付ファイルには次のものが必要です。filename(文字列): 添付ファイルの名前localPath(文字列): ユーザーのコンピュータ上のローカル ファイルへの絶対パス (remoteUrl が指定されていない場合は必須)remoteUrl(文字列): インターネット上のファイルへの URL (localPath が指定されていない場合は必須)
APIキーの取得
再送信アカウントに登録する
再送信ダッシュボードからAPIキーを生成する
注: 無料レベルは、1 か月あたり 3,000 通のメールまでご利用いただけます。
インストール
Clindeの使用(推奨)
Resend MCP Serverを使用する最も簡単な方法は、Clindeデスクトップアプリを使用することです。Clindeをダウンロードしてインストールし、以下の手順に従ってください。
Clindeアプリを開く
サーバーページに移動します
resend-mcpを見つけてインストールをクリックします
これで完了です。技術的な知識は必要ありません。Clinde がすべてのインストールと設定をシームレスに処理します。
Claudeデスクトップの使用
これをclaude_desktop_config.jsonに追加します:
{
"mcpServers": {
"resend-mcp": {
"command": "npx",
"args": [
"-y",
"resend-mcp"
],
"env": {
"RESEND_API_KEY": "YOUR_RESEND_API_KEY_HERE (string, required)",
"SENDER_EMAIL_ADDRESS": "YOUR_SENDER_EMAIL_ADDRESS_HERE (string, required)",
"REPLY_TO_EMAIL_ADDRESSES": "YOUR_REPLY_TO_EMAIL_ADDRESSES_HERE (string, optional, comma delimited)"
}
}
}
}ライセンス
このMCPサーバーはMITライセンスに基づいてライセンスされています。つまり、MITライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布することができます。詳細については、プロジェクトリポジトリのLICENSEファイルをご覧ください。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables seamless email management through natural language conversations with Claude. Supports searching, reading, and sending emails securely with Gmail and other email providers.4MIT
- 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
- AlicenseAqualityAmaintenanceEnables Claude to interact with email accounts via IMAP and SMTP, providing tools for searching, reading, sending, and managing emails across multiple providers.4041776MIT
- AlicenseNot gradedqualityDmaintenanceEnables sending emails and managing email delivery through Resend's API, allowing users to compose and send emails using natural language.1MIT
Related MCP Connectors
Email for AI agents — send, receive as a webhook, manage domains, templates, routing.
AI email inbox and sending tools with attachments, search, live events, and webhooks.
Send transactional email over a verified domain — templates, attachments, custom headers.
Appeared in Searches
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/Hawstein/resend-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server