Skip to content

google workspace mcp for Grok

io.github.aringad/google-workspace-mcp

Google Workspace Admin via MCP. Manage users, groups, aliases, org units.

client:Grok transport:stdio runtime:pypi

Install google workspace mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "google-workspace-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "google-workspace-admin-mcp"
      ],
      "env": {
        "GOOGLE_SERVICE_ACCOUNT_FILE": "<GOOGLE_SERVICE_ACCOUNT_FILE>",
        "GOOGLE_ADMIN_EMAIL": "<GOOGLE_ADMIN_EMAIL>",
        "GOOGLE_CUSTOMER_ID": "<GOOGLE_CUSTOMER_ID>"
      }
    }
  }
}

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 workspace mcp in other clients