mcpbeat Sign in

Google Workspace MCP Server

local only

Google Workspace MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from pypi. Last commit 13 Feb 2026.

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

Installs per day peak 14 · avg 6 · -10% w/w
a month agotoday
37
Installs / week
pypi · google-workspace-admin-mcp
0
Stars
0 open issues
13 Feb 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Google Workspace MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add google-workspace-mcp -- uvx google-workspace-admin-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "google-workspace-mcp": {
      "args": [
        "google-workspace-admin-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.google-workspace-mcp]
command = "uvx"
args = ["google-workspace-admin-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "google-workspace-mcp": {
      "args": [
        "google-workspace-admin-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "google-workspace-mcp": {
      "args": [
        "google-workspace-admin-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: GOOGLE_SERVICE_ACCOUNT_FILE (Path to Service Account JSON credentials), GOOGLE_ADMIN_EMAIL (Super admin email with domain-wide delegation), GOOGLE_CUSTOMER_ID (Domain customer ID (default: my_customer)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Google Workspace MCP

same job, measured the same way
Google Workspace MCP Server
by takiguchi-yu

An MCP server for Google Workspaces.

849 installs/wk local only
Google Workspace MCP
by takiguchi-yu

An MCP server for Google Workspaces.

local only
Google Tag Manager MCP
by a1-x-tech

MCP server for the Google Tag Manager API v2: containers, workspaces, tags, triggers, publishing.

120 installs/wk local only
SaaS Alerts
by wyre-ai

MCP server for Kaseya SaaS Alerts — SaaS security monitoring for M365 & Google Workspace.

local only
SaaS Alerts
by wyre-technology

MCP server for Kaseya SaaS Alerts — SaaS security monitoring for M365 & Google Workspace.

local only
gws-admin-mcp
by antct11

Safe Google Workspace admin for AI agents: read-only by default, confirm-gated deletes, audit log.

local only
MCP Gee Sweet
by khuisman

MCP server for Google Workspace — Sheets, Drive, Docs (HTML or Markdown), and Calendar.

local only
Toolforest
by toolforest

Hosted MCP server with managed OAuth for 15+ toolkits: Google Workspace, Fitbit, Oura, Kalshi, etc.

answering

Google Workspace MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Google Workspace MCP?
Google Workspace MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package google-workspace-admin-mcp was installed 37 times last week.
How do I connect Google Workspace MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls google-workspace-admin-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Google Workspace MCP?
The pypi package google-workspace-admin-mcp was installed 37 times in the last week. Week over week that is -10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Google Workspace MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.