
Google Workspace Mcp
Let your coding agent provision or audit Google Workspace users, groups, aliases, and org units from chat instead of the Admin console.
Overview
Google Workspace Admin MCP is an Operate-phase MCP server that lets agents manage Workspace users, groups, aliases, and org units via the Admin API.
What is this MCP server?
- Admin API coverage for users, groups, email aliases, and organizational units
- Stdio MCP transport via PyPI package google-workspace-admin-mcp v1.0.0
- Service-account auth with domain-wide delegation using a super-admin email
- Configurable GOOGLE_CUSTOMER_ID with default my_customer for your domain
- Server version 1.0.0
- Transport: stdio
- Registry: PyPI identifier google-workspace-admin-mcp
What problem does it solve?
Flipping between your IDE and Google Admin to add a user or fix a group breaks flow and invites manual mistakes on a live domain.
Who is it for?
Indie founders or micro-teams on Google Workspace who want agent-driven directory changes during support or onboarding sprints.
Skip if: Builders on Microsoft 365 only, personal Gmail without Workspace, or anyone unwilling to configure domain-wide delegation.
What do I get? / Deliverables
After you register the stdio server with service-account credentials, agents can list and mutate directory objects in natural-language workflows.
- Agent-callable Admin operations on users, groups, aliases, and org units
- Repeatable directory changes documented in the same session as your code work
Recommended MCP Servers
Journey fit
Domain and identity administration is ongoing production operations once you run a company domain, not a one-time build task. Org units, delegated admin, and group membership are core workspace infrastructure for how your team signs in and shares access.
How it compares
Google Admin API bridge via MCP, not a local filesystem or Git automation skill.
Common Questions / FAQ
Who is Google Workspace Admin MCP for?
Solo builders and small teams on Google Workspace who want their AI coding agent to handle routine Admin console tasks safely from the MCP toolchain.
When should I use Google Workspace Admin MCP?
Use it during Operate when you onboard people, reorganize groups, or audit org units and prefer scripted or agent-assisted changes over manual console clicks.
How do I add Google Workspace Admin MCP to my agent?
Install the PyPI package google-workspace-admin-mcp, set GOOGLE_SERVICE_ACCOUNT_FILE and GOOGLE_ADMIN_EMAIL, optionally GOOGLE_CUSTOMER_ID, then register the stdio server in Claude Code, Cursor, or Codex MCP settings.