Skip to content
Cursor

google workspace mcp for Cursor

io.github.aringad/google-workspace-mcp

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

client:Cursor transport:stdio runtime:pypi

Install google workspace mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

google workspace mcp in other clients