email_mcp

swapnilsurdi/email_mcp
★ 0 stars Python 💬 Communication Updated today
Local MCP server for multi-account IMAP/SMTP email (tested on iCloud). Never marks mail read; idempotent sends; verified TLS; secrets in the macOS Keychain.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install email-mcp

README Excerpt

Local MCP server for multi-account IMAP/SMTP email (iCloud + Gmail via app-specific passwords). Never marks mail read. Cross-folder search, idempotent sends, TLS verified. - **Tested against iCloud only.** The design is provider-generic (Gmail config is included as an example), but **only iCloud has been exercised end-to-end** so far.

Tools (1)

attachments