mcp-email-server
33
The mcp-email-server provides IMAP and SMTP services via an MCP Server interface. It can be installed manually or using Docker, with specific support for integration through Smithery for Claude Desktop.
mcp-email-server
- Provides IMAP and SMTP services through MCP Server.
- Github repository
- Documentation
Installation
Manual Installation
- Use
uv
to manage your environment. - Install using
pip install mcp-email-server
or use Docker. - Configure with
mcp-email-server ui
.
Installing via Smithery
- Automate installation for Claude Desktop with Smithery CLI.
Development
- Managed with
uv
. - Use
make install
for setup anduv run mcp-email-server
for development.
Releasing a new version
- Manage through PyPI and GitHub.
- Use API Tokens for authentication.