Skip to main content
Glama
ai-zerolab

MCP Email Server

by ai-zerolab

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

Related MCP server: SendGrid MCP Server

发展

该项目使用uv进行管理。

尝试make install来安装虚拟环境并安装预提交钩子。

使用uv run mcp-email-server进行本地开发。

发布新版本

  • PyPI上创建 API 令牌。

  • 访问此页面,将 API 令牌添加到您的项目机密中,名称为PYPI_TOKEN

  • 在 Github 上创建一个新版本

  • *.*.*形式创建新标签。

欲了解更多详情,请参见此处

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
4hResponse time
2wRelease cycle
19Releases (12mo)
Commit activity
Issues opened vs closed

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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