gmail-mcp

RonildoBraga/gmail-mcp
★ 0 stars Python Security Updated today
Multi-account Gmail MCP server — per-account OAuth token routing, cross-account search
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": {
    "gmail-mcp": {
      "command": "uvx",
      "args": [
        "gmail-mcp"
      ]
    }
  }
}

Or install with pip: pip install gmail-mcp

README Excerpt

An [MCP](https://modelcontextprotocol.io) mail server that connects **multiple accounts across providers** — **Google (Gmail)** and **Microsoft (Outlook/ Hotmail)** — behind one uniform set of tools. Every tool takes an optional `account` (email); omit it to use the default. `search_all_threads` fans out

Tools (1)

add_account