ai-zerolab_mcp-email-server
0
The mcp-email-server is a tool designed to offer IMAP and SMTP functionalities via a Model Context Protocol (MCP) Server, supporting various installation methods including manual and docker-based options. The project emphasizes easy environmental management and development with its `uv` tool integration.
mcp-email-server
- Description: Provides IMAP and SMTP functionalities via an MCP Server.
- Repository: GitHub
- Documentation: Documentation
Installation
Manual Installation
- Recommended to use
uv
for environment management. - Install via
pip install mcp-email-server
and configure usingmcp-email-server ui
. - Alternatively, use Docker with the image
ghcr.io/ai-zerolab/mcp-email-server:latest
.
Installing via Smithery
- Use
npx -y @smithery/cli install @ai-zerolab/mcp-email-server --client claude
for automatic installation.
Development
- Managed with
uv
. - Use
make install
anduv run mcp-email-server
for local development.
Releasing a new version
- Set up a PyPI API Token and add it to project secrets.