Skip to content
Grok

MCP fork of Google Workspace CLI for Grok

io.github.shigechika/gws-mcp

MCP fork of Google Workspace CLI (Gmail, Drive, Calendar, and more)

client:Grok transport:stdio runtime:oci

Install MCP fork of Google Workspace CLI in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "gws-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/shigechika/gws-mcp:0.22.5-mcp.36"
      ]
    }
  }
}

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

MCP fork of Google Workspace CLI in other clients