mcp-email

zavora-ai/mcp-email
★ 1 stars Rust Communication Updated today
Email MCP Server — Gmail and Microsoft Graph for sending, reading, and managing email
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": {
    "mcp-email": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-email"
      ]
    }
  }
}