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 令牌。
  • 访问此页面,将 API 令牌添加到您的项目机密中,名称为PYPI_TOKEN
  • 在 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