MCPサーバー���送信
Resend API用のMCPサーバー。LLMがメールの作成と送信を代行します。
環境変数
RESEND_API_KEY
(文字列、必須): 再送信APIキーSENDER_EMAIL_ADDRESS
(文字列、必須): 送信者のメールアドレスREPLY_TO_EMAIL_ADDRESSES
(文字列、オプション): 返信先のメールアドレスのカンマ区切りリスト
利用可能なツール
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
に追加します:
ライセンス
このMCPサーバーはMITライセンスに基づいてライセンスされています。つまり、MITライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布することができます。詳細については、プロジェクトリポジトリのLICENSEファイルをご覧ください。
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Claude が Resend API を介してメールを作成して送信できるようにするツール統合。スケジュール配信やファイル添付などの機能をサポートします。
Related MCP Servers
- AsecurityFlicenseAqualityA 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.Last updated -13387TypeScript
- -securityAlicense-qualityAn email assistant server that connects Claude Desktop to notmuch email databases, allowing users to search emails, view threads, compose new messages, and reply to conversations with markdown formatting.Last updated -2PythonMozilla Public License 2.0
- -securityAlicense-qualityA server that allows Claude to search and retrieve emails from your Gmail account, supporting functions like searching emails, retrieving full content of specific emails, and listing recent messages.Last updated -4PythonApache 2.0
- -securityFlicense-qualityAn MCP server that allows Claude Desktop or Cursor to send emails directly using Resend's API, eliminating the need to copy-paste email content.Last updated -3TypeScript