mcp-email-server

Wh1isper/mcp-email-server
★ 283 stars Python Communication Updated today
IMAP and SMTP via MCP Server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-email-server": {
      "command": "uvx",
      "args": [
        "mcp-email-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-email-server

README Excerpt

An MCP server for reading, searching, organizing, and sending email through IMAP and SMTP. Run the configuration UI with [`uv`](https://docs.astral.sh/uv/): ```bash uvx mcp-email-server@latest ui ``` Add your IMAP account in the browser window. SMTP is optional if the account does not need to send email.

Topics

emailmcpmcp-server