Skip to main content
Glama

MCP Email Server

by ai-zerolab
BSD 3-Clause
35
  • Apple
  • Linux

mcp-メールサーバー

MCP サーバー経由の IMAP と SMTP

インストール

手動インストール

環境を管理するにはuvを使用することをお勧めします。

uvx mcp-email-server@latest uiを試して設定し、mcp クライアントに次の設定を使用します。

{ "mcpServers": { "zerolib-email": { "command": "uvx", "args": ["mcp-email-server@latest", "stdio"] } } }

このパッケージはPyPIで入手可能なので、 pip install mcp-email-serverを使用してインストールできます。

その後、UIを使用してメールサーバーを設定します: mcp-email-server ui

その後、 Claude Desktopで試すことができます。他の mcp クライアントと統合したい場合は、パスを$which mcp-email-serverで指定し、クライアント側で以下のように設定してください。

{ "mcpServers": { "zerolib-email": { "command": "{{ ENTRYPOINT }}", "args": ["stdio"] } } }

dockerが利用可能な場合は、docker イメージの使用を試みることができますが、 MCP経由のtoolsを使用してクライアント側で設定する必要があるかもしれません。デフォルトの設定パスは~/.config/zerolib/mcp_email_server/config.tomlです。

{ "mcpServers": { "zerolib-email": { "command": "docker", "args": ["run", "-it", "ghcr.io/ai-zerolab/mcp-email-server:latest"] } } }

Smithery経由でインストール

Smithery経由で Claude Desktop のメール サーバーを自動的にインストールするには:

npx -y @smithery/cli install @ai-zerolab/mcp-email-server --client claude

発達

このプロジェクトはuvを使用して管理されます。

仮想環境をインストールし、コミット前のフックをインストールするには、 make install試してください。

ローカル開発にはuv run mcp-email-serverを使用します。

新バージョンのリリース

  • PyPIで API トークンを作成します。
  • このページにアクセスして、 PYPI_TOKENという名前で API トークンをプロジェクトのシークレットに追加します。
  • Github で新しいリリースを作成します。
  • *.*.*形式で新しいタグを作成します。

詳細については、こちらをご覧ください。

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

IMAP および SMTP 機能を提供し、開発者がシームレスな統合と自動化されたワークフローで電子メール サービスを管理できるようにします。

  1. インストール
    1. 手動インストール
    2. Smithery経由でインストール
  2. 発達
    1. 新バージョンのリリース

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        Enables 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 -
        8
        Python
        Apache 2.0
        • Apple
        • Linux
      • 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
        An MCP server implementation that allows sending emails over MailPace's fast transactional email API.
        Last updated -
        1
        1
        TypeScript
        MIT License
      • A
        security
        A
        license
        A
        quality
        Manage your emails effortlessly with a standardized interface for drafting, sending, retrieving, and organizing messages. Streamline your email workflow with complete Gmail API coverage, including label and thread management.
        Last updated -
        65
        368
        7
        JavaScript
        MIT License
        • Apple
        • Linux

      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/ai-zerolab/mcp-email-server'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server