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ファイルをご覧ください。

You must be authenticated.

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

          • -
            security
            F
            license
            -
            quality
            Allows sending emails through the Resend service using a standardized Model Context Protocol (MCP) interface, with TypeScript support.
            Last updated -
            13
            5
            TypeScript
          • 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
            6
            321
            TypeScript
            • Apple
          • A
            security
            A
            license
            A
            quality
            A TypeScript-based MCP server that implements an email sending system, allowing Claude to send emails via the blastengine service.
            Last updated -
            1
            JavaScript
            MIT License
            • Apple
          • -
            security
            F
            license
            -
            quality
            An integration server that provides Claude Desktop access to Gmail, enabling users to view recent emails and search their Gmail inbox using natural language commands.
            Last updated -
            6
            Python

          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