MCPサーバーを再送信
電子メールの再送信サービス用のモデル コンテキスト プロトコル (MCP) サーバー実装。
特徴
標準化された MCP インターフェースを介して再送信を使用してメールを送信します
TypeScriptサポート
前提条件
Resend API キー ( resend.comで取得)
Node.js 18以降
インストール
リポジトリをクローンする
依存関係をインストールします:
構成
Resend API キーを使用してルート ディレクトリに.env
ファイルを作成します。
開発状況
現在、MCP SDKのTypeScript型の問題により、サーバー実装がブロックされています。以下の問題を解決する必要があります。
@modelcontextprotocol/sdk
のServer
クラスは、TypeScript 型でリクエスト処理メソッドを適切に公開していません。リクエストを処理するための正確なメソッド名を決定する必要があります (試行済み:
handleRequest
、handle
、receiveMessage
、receive
、processRequest
)。
次のステップ
正しいメソッド名については、MCP SDK ドキュメントまたはソースコードを確認してください。
SDK 内の TypeScript 型が正しくない場合は更新します。
型が修正されるまで、一時的にJavaScriptを使用することを検討してください
使用法
発達
生産
建てる
API
サーバーは次の MCP 関数を公開します。
メールを送信
再送信を使用して電子メールを送信します。
パラメータ:
from
(必須): 送信者のメールアドレスto
(必須): 受信者のメールアドレスsubject
(必須): メールの件名html
(オプション): HTML形式のメール内容text
(オプション): プレーンテキスト形式のメールの内容
リクエストの例:
ライセンス
マサチューセッツ工科大学
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
TypeScript をサポートする標準化されたモデル コンテキスト プロトコル (MCP) インターフェイスを使用して、再送信サービスを通じて電子メールを送信できます。
Related Resources
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 -6408
- -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 -6
- -securityAlicense-qualityAn MCP server that enables sending emails directly through AWS SES without copy-pasting, supporting plain text and HTML emails with features like CC, BCC, and reply-to functionality.Last updated -2MIT License
- AsecurityAlicenseAqualityA simple Node.js MCP (Model Context Protocol) server for sending emails using TurboSMTPLast updated -3JavaScriptMIT License