MCP Email Server

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

MCP-E-Mail-Server

IMAP und SMTP über MCP-Server

Installation

Manuelle Installation

Wir empfehlen die Verwendung von UV zur Verwaltung Ihrer Umgebung.

Versuchen Sie es mit der Konfiguration uvx mcp-email-server@latest ui und verwenden Sie die folgende Konfiguration für den MCP-Client:

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

Dieses Paket ist auf PyPI verfügbar, Sie können es also mit pip install mcp-email-server installieren.

Konfigurieren Sie anschließend Ihren E-Mail-Server über die Benutzeroberfläche: mcp-email-server ui

Anschließend können Sie es in Claude Desktop ausprobieren. Wenn Sie es in andere MCP-Clients integrieren möchten, führen Sie $which mcp-email-server für den Pfad aus und konfigurieren Sie es in Ihrem Client wie folgt:

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

Wenn docker verfügbar ist, können Sie versuchen, ein Docker-Image zu verwenden. Möglicherweise müssen Sie es jedoch in Ihrem Client mithilfe von tools über MCP konfigurieren. Der Standardkonfigurationspfad lautet ~/.config/zerolib/mcp_email_server/config.toml

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

Installation über Smithery

So installieren Sie den E-Mail-Server für Claude Desktop automatisch über Smithery :

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

Entwicklung

Dieses Projekt wird mit uv verwaltet.

Versuchen Sie make install , um die virtuelle Umgebung zu installieren und die Pre-Commit-Hooks zu installieren.

Verwenden Sie uv run mcp-email-server für die lokale Entwicklung.

Veröffentlichung einer neuen Version

  • Erstellen Sie ein API-Token auf PyPI .
  • Fügen Sie den API-Token mit dem Namen PYPI_TOKEN zu den Geheimnissen Ihres Projekts hinzu, indem Sie diese Seite besuchen.
  • Erstellen Sie eine neue Version auf Github.
  • Erstellen Sie ein neues Tag im Format *.*.* .

Weitere Einzelheiten finden Sie hier .

-
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.

Bietet IMAP- und SMTP-Funktionen und ermöglicht Entwicklern die Verwaltung von E-Mail-Diensten mit nahtloser Integration und automatisierten Workflows.

  1. Installation
    1. Manuelle Installation
    2. Installation über Smithery
  2. Entwicklung
    1. Veröffentlichung einer neuen Version

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        Integrates with Gmail to enable sending, reading, drafting, and managing emails via the Model Context Protocol (MCP), allowing users to interact with email tasks through automated client prompts.
        Last updated -
        Python
        GPL 3.0
      • -
        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

      View all related MCP servers

      ID: s9p1636sin