Skip to content
Claude Desktop

google workspace mcp for Claude Desktop

io.github.aringad/google-workspace-mcp

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

client:Claude Desktop transport:stdio runtime:pypi

Install google workspace mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "google-workspace-mcp": {
      "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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

google workspace mcp in other clients