gmail-mcp

bzanghi/gmail-mcp
★ 0 stars Python AI/LLM Updated today
Multi-account Gmail MCP server for Claude Desktop — search, read, send, draft and label across several Gmail accounts from one local server
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

A local MCP server that connects several Gmail accounts to Claude Desktop, so you can search, read, draft, send, and label mail across all of them without switching accounts. Runs entirely on your machine. No hosting, no third-party service, no mail data leaving your computer except to Google's own API.

Tools (11)

gmail_check_inboxesgmail_create_draftgmail_list_accountsgmail_list_draftsgmail_list_labelsgmail_modify_labelsgmail_read_messagegmail_read_threadgmail_search_messagesgmail_send_draftgmail_send_message