mcp-email-server

taffy-owo/mcp-email-server
★ 0 stars Python 💬 Communication Updated today
Lightweight multi-account IMAP/SMTP email MCP server — pure Python, zero compilation. 13 tools for reading, sending, replying, forwarding, and managing emails.
View on GitHub →

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