Google Workspace MCP Server
Natural-language control of Gmail, Calendar, Drive, Docs, Sheets, Slides, Forms, Tasks, Contacts and Chat.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Assistants that need to read and act across a whole Google Workspace, or a team hosting one shared server.
You can't create Google OAuth client credentials; the server requires a client ID and secret.
About Google Workspace MCP Server
This community Google Workspace MCP server covers Calendar, Drive, Gmail, Docs, Sheets, Slides, Forms, Tasks, Contacts and Chat, with fine-grained editing tools and tool tiers to limit how many tools load. It supports OAuth 2.1 with multi-user and stateless deployment for central hosting, works with free Google accounts and Workspace plans, and includes a CLI.
Google Workspace MCP Server is an open-source project written primarily in Python, with 3.2k stars on GitHub. It was last updated in September 2026.
Add Google Workspace MCP Server to your MCP client
Generated from the launch command in the project's README. Your client starts the server on demand. Replace <client-id> and <client-secret> with your own values first.
Claude Code
claude mcp add google-workspace-mcp -e 'GOOGLE_OAUTH_CLIENT_ID=<client-id>' -e 'GOOGLE_OAUTH_CLIENT_SECRET=<client-secret>' -- uvx workspace-mcp --tool-tier coreCursor
{
"mcpServers": {
"google-workspace-mcp": {
"command": "uvx",
"args": ["workspace-mcp", "--tool-tier", "core"],
"env": {
"GOOGLE_OAUTH_CLIENT_ID": "<client-id>",
"GOOGLE_OAUTH_CLIENT_SECRET": "<client-secret>"
}
}
}
}VS Code
{
"servers": {
"google-workspace-mcp": {
"type": "stdio",
"command": "uvx",
"args": ["workspace-mcp", "--tool-tier", "core"],
"env": {
"GOOGLE_OAUTH_CLIENT_ID": "<client-id>",
"GOOGLE_OAUTH_CLIENT_SECRET": "<client-secret>"
}
}
}
}Claude Desktop
{
"mcpServers": {
"google-workspace-mcp": {
"command": "uvx",
"args": ["workspace-mcp", "--tool-tier", "core"],
"env": {
"GOOGLE_OAUTH_CLIENT_ID": "<client-id>",
"GOOGLE_OAUTH_CLIENT_SECRET": "<client-secret>"
}
}
}
}Codex
[mcp_servers.google-workspace-mcp]
command = "uvx"
args = ["workspace-mcp", "--tool-tier", "core"]
env = { GOOGLE_OAUTH_CLIENT_ID = "<client-id>", GOOGLE_OAUTH_CLIENT_SECRET = "<client-secret>" }Google Workspace MCP Server vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Google Workspace MCP Serverthis listing | 3.2k | Python | MIT | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
See all 163 Google Workspace MCP Server alternatives, compared →
