mcp-email-server

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

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 and uv run mcp-email-server for development.

Releasing a new version

  • Manage through PyPI and GitHub.
  • Use API Tokens for authentication.