email-mcp-server

pp123ys/email-mcp-server
★ 0 stars Python Communication Updated 4d ago
邮件 MCP 服务器:为外部 agent 提供 IMAP/SMTP 邮件工具
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": {
    "email-mcp-server": {
      "command": "uvx",
      "args": [
        "email-mcp-server"
      ]
    }
  }
}

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