mcp-メールサーバー
MCP サーバー経由の IMAP と SMTP
- Githubリポジトリ: https://github.com/ai-zerolab/mcp-email-server/
- ドキュメントhttps://ai-zerolab.github.io/mcp-email-server/
インストール
手動インストール
環境を管理するにはuvを使用することをお勧めします。
uvx mcp-email-server@latest ui
を試して設定し、mcp クライアントに次の設定を使用します。
このパッケージはPyPIで入手可能なので、 pip install mcp-email-server
を使用してインストールできます。
その後、UIを使用してメールサーバーを設定します: mcp-email-server ui
その後、 Claude Desktopで試すことができます。他の mcp クライアントと統合したい場合は、パスを$which mcp-email-server
で指定し、クライアント側で以下のように設定してください。
docker
が利用可能な場合は、docker イメージの使用を試みることができますが、 MCP
経由のtools
を使用してクライアント側で設定する必要があるかもしれません。デフォルトの設定パスは~/.config/zerolib/mcp_email_server/config.toml
です。
Smithery経由でインストール
Smithery経由で Claude Desktop のメール サーバーを自動的にインストールするには:
発達
このプロジェクトはuvを使用して管理されます。
仮想環境をインストールし、コミット前のフックをインストールするには、 make install
試してください。
ローカル開発にはuv run mcp-email-server
を使用します。
新バージョンのリリース
- PyPIで API トークンを作成します。
- このページにアクセスして、
PYPI_TOKEN
という名前で API トークンをプロジェクトのシークレットに追加します。 - Github で新しいリリースを作成します。
*.*.*
形式で新しいタグを作成します。
詳細については、こちらをご覧ください。
local-only server
The server can only run on the client's local machine because it depends on local resources.
IMAP および SMTP 機能を提供し、開発者がシームレスな統合と自動化されたワークフローで電子メール サービスを管理できるようにします。
Related Resources
Related MCP Servers
- -securityAlicense-qualityEnables interaction with Gmail through the Gmail API to read, send, and manage emails. Supports multiple Gmail accounts with real-time monitoring and advanced features for email search and attachment handling.Last updated -13PythonApache 2.0
- AsecurityFlicenseAqualityProvides an interface to manage email marketing, contact lists, dynamic templates, and email analytics via SendGrid's API.Last updated -2115TypeScript
- AsecurityFlicenseAqualityEnables sending emails via SMTP with template management, supporting multiple SMTP configurations, template creation with variable substitution, and bulk email sending with rate limiting.Last updated -114TypeScript
- -securityAlicense-qualityProvides comprehensive Gmail integration with LLM processing capabilities, allowing users to read, search, filter emails and handle attachments through the Model Context Protocol.Last updated -91TypeScriptMIT License