Mailgun MCP サーバー
概要
Mailgun用の Model Context Protocol (MCP) サーバー実装。これにより、Claude Desktop などの MCP 対応 AI クライアントがサービスと対話できるようになります。
前提条件
- Node.js (v18以上)
- ギット
- Claude デスクトップ (Claude 統合用)
- MailgunアカウントとAPIキー
クイックスタート
手動インストール
- リポジトリをクローンします。
- 依存関係をインストールしてビルドします。
- Claude デスクトップを設定します。設定ファイルを作成または変更します。
- MacOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%/Claude/claude_desktop_config.json
次の構成を追加します。
- MacOS:
テスト
次のコマンドでローカル テスト スイートを実行します。
クロードによるサンプルプロンプト
メールを送信
注:現在(2025年3月18日)メールを送信するには、Anthropicの有料アカウントが必要なようです。無料アカウントではエラーメッセージが表示されます。
送信統計の取得と視覚化
デバッグ
MCP サーバーは stdio を介して通信します。モデル コンテキスト プロトコルのデバッグセクションを参照してください。
ライセンス
詳細についてはLICENSEファイルをご覧ください
貢献
貢献を歓迎します!お気軽にプルリクエストを送信してください。
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.
Claude Desktop などの AI アシスタントが Mailgun 電子メール サービスと対話できるようにするモデル コンテキスト プロトコル サーバーの実装。これにより、ユーザーは自然言語を使用して電子メールを送信し、電子メール配信の統計を視覚化できるようになります。
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that enables AI assistants to interact with Gmail services, supporting email operations, draft management, and calendar functionality through Google API integration.Last updated -TypeScript
- -securityAlicense-qualityA Model Context Protocol server that provides a seamless email management interface through Claude, allowing users to search, read, and send emails directly through natural language conversations.Last updated -40PythonMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables AI assistants like Claude to interact with Gmail through natural language, providing comprehensive email management capabilities including sending, reading, organizing, searching, and managing drafts and labels.Last updated -PythonGPL 3.0
- -securityFlicense-qualityA Model Context Protocol server that enables AI assistants to access and manage email through IMAP, supporting browsing, searching, reading, and organizing emails while learning user preferences over time.Last updated -2Python