mail-mcp-server

AdJIa/mail-mcp-server
★ 3 stars Python 💬 Communication Updated 1mo ago
IMAP MCP Server - Email management via MCP protocol with SMTP sending
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": {
    "mail-mcp-server": {
      "command": "uvx",
      "args": [
        "mail-mcp-server"
      ]
    }
  }
}

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