mail-mcp-server

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

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