Skip to main content
Glama

MCP Server Resend

by Hawstein

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キーの取得

  1. 再送信アカウントに登録する
  2. 再送信ダッシュボードからAPIキーを生成する

注: 無料レベルは、1 か月あたり 3,000 通のメールまでご利用いただけます。

インストール

Clindeの使用(推奨)

Resend MCP Serverを使用する最も簡単な方法は、Clindeデスクトップアプリを使用することです。Clindeをダウンロードしてインストールし、以下の手順に従ってください。

  1. Clindeアプリを開く
  2. サーバーページに移動します
  3. 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ファイルをご覧ください。

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Claude が Resend API を介してメールを作成して送信できるようにするツール統合。スケジュール配信やファイル添付などの機能をサポートします。

  1. 環境変数
    1. 利用可能なツール
      1. APIキーの取得
        1. インストール
          1. Clindeの使用(推奨)
          2. Claudeデスクトップの使用
        2. ライセンス

          Related MCP Servers

          • A
            security
            F
            license
            A
            quality
            A 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 -
            1
            3
            387
            TypeScript
            • Apple
          • -
            security
            A
            license
            -
            quality
            An 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 -
            2
            Python
            Mozilla Public License 2.0
          • -
            security
            A
            license
            -
            quality
            A 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 -
            4
            Python
            Apache 2.0
          • -
            security
            F
            license
            -
            quality
            An 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 -
            3
            TypeScript

          View all related MCP servers

          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