MCP メールサーバー
電子メール機能を提供するモデルコンテキストプロトコルサーバー。このサーバーにより、LLMは電子メールの作成と送信、および指定されたディレクトリ内の添付ファイルの検索が可能になります。
特徴
複数の受信者にメールを送信する
メール添付ファイルのサポート
パターンマッチングに基づいてディレクトリ内のファイルを検索する
SMTPを使用した安全な電子メール送信
利用可能なツール
send_email- 指定された件名、本文、受信者に基づいてメールを送信します。receiver(文字列の配列、必須): 受信者のメールアドレスのリストbody(文字列、必須): メールの本文subject(文字列、必須): メールの件名attachments(文字列の配列または文字列、オプション): メールの添付ファイル(ファイル名)
search_attachments- 指定されたディレクトリ内で、指定されたパターンに一致するファイルを検索します。pattern(文字列、必須): ファイル名で検索するテキストパターン
プロンプト
メールを送信
オプションの添付ファイル付きのメールを送信する
引数:
receiver(必須): 受信者のメールアドレスのリストbody(必須): メールのメインコンテンツsubject(必須): メールの件名attachments(オプション): メールの添付ファイル
検索添付ファイル
パターンに一致するファイルを検索する
引数:
pattern(必須): ファイル名で検索するテキストパターン
インストール
pipの使用
必要な依存関係をインストールします。
メール設定
SMTP サーバー構成を含むemail.jsonファイル:
使用法
サーバーの実行
次のコマンドで MCP 電子メール サーバーを起動します。
Claude.app 用に設定する
Claude 設定に追加:
コンダ
紫外線
セキュリティノート
Gmailやその他のサービスでは、アプリ固有のパスワードを使用する必要がある場合があります。
セキュリティ上の理由から、サーバーは限られた種類の添付ファイルをサポートしています。
サポートされているファイル形式
サーバーは次の添付ファイルの種類をサポートしています:
ドキュメント: doc、docx、xls、xlsx、ppt、pptx、pdf
アーカイブ: zip、rar、7z、tar、gz
テキストファイル: txt、log、csv、json、xml
画像: jpg、jpeg、png、gif、bmp
その他: md
使用例
メールを送信する
添付ファイルの検索
貢献
MCP メールサーバーの拡張と改善にご協力いただけることを歓迎いたします。新しいツールの追加、既存の機能の強化、ドキュメントの改善など、皆様からの貴重なご意見をお待ちしております。
他の MCP サーバーと実装パターンの例については、https: //github.com/modelcontextprotocol/serversを参照してください。
プルリクエストを歓迎します。MCP メールサーバーをさらに強力で便利なものにするために、新しいアイデア、バグ修正、機能強化などをお気軽にご提供ください。
ライセンス
MCP Email ServerはMITライセンスに基づいてライセンスされています。つまり、MITライセンスの条件に従って、ソフトウェアを自由に使用、変更、配布できます。
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
LLM が添付ファイル付きの電子メールを作成して送信したり、指定されたディレクトリ内で指定されたパターンに一致するファイルを検索したりできるようにするモデル コンテキスト プロトコル サーバー。
Related MCP Servers
- Asecurity-licenseAqualityA Model Context Protocol server that enables LLMs to read, search, and analyze code files with advanced caching and real-time file watching capabilities.Last updated -6530MIT License
- -security-license-qualityA Model Context Protocol server that enables LLMs to extract and use content from unstructured documents across a wide variety of file formats.Last updated -6
- Asecurity-licenseAqualityA Model Context Protocol server that allows LLMs to interact with Python environments, execute code, and manage files within a specified working directory.Last updated -974
- Asecurity-licenseAqualityA Model Context Protocol server that allows integration with Hiworks mail system to search, read, and send emails with support for text, HTML, and attachments.Last updated -401MIT License