Skip to main content
Glama

MCP Email Server

by ai-zerolab
BSD 3-Clause
42
  • 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 .

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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
        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
        Provides an interface to manage email marketing, contact lists, dynamic templates, and email analytics via SendGrid's API.
        Last updated -
        21
        6
        TypeScript
      • A
        security
        F
        license
        A
        quality
        Enables 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 -
        11
        3
        TypeScript
      • -
        security
        A
        license
        -
        quality
        Provides comprehensive Gmail integration with LLM processing capabilities, allowing users to read, search, filter emails and handle attachments through the Model Context Protocol.
        Last updated -
        3
        1
        TypeScript
        MIT License

      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