Skip to content
Grok

google gmail for Grok

com.mcparmory/google-gmail

Send, read, organize emails, manage labels, drafts, and filters

client:Grok transport:stdio runtime:pypi

Install google gmail in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "google-gmail": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-google-gmail"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

google gmail in other clients