{
  "slug": "google-workspace",
  "name": "Google Workspace MCP",
  "vendor": "Community (taylorwilsdon)",
  "official": false,
  "category": "production-ops",
  "featured": false,
  "tagline": "Full Google Workspace control — Drive, Docs, Sheets, Slides, Gmail, Calendar and more.",
  "description": "The most comprehensive community Workspace MCP, covering 12 Google services with OAuth 2.0/2.1 multi-user support and tool tiers. For film teams: Drive media file search/read/share plus Docs (scripts), Sheets (budgets and shot lists), Slides (pitch decks), Gmail, and Calendar — one server for the whole production office.",
  "capabilities": [
    "drive-files",
    "docs",
    "sheets",
    "slides",
    "gmail",
    "calendar",
    "permissions"
  ],
  "tools_sample": [
    "search_drive_files",
    "get_drive_file_content",
    "create_drive_file",
    "create_doc",
    "modify_sheet_values",
    "send_gmail_message",
    "manage_event"
  ],
  "install": {
    "claude_code": "claude mcp add google-workspace -e GOOGLE_OAUTH_CLIENT_ID=YOUR_ID -e GOOGLE_OAUTH_CLIENT_SECRET=YOUR_SECRET -- uvx workspace-mcp --tool-tier core",
    "remote_url": null,
    "stdio_command": "uvx workspace-mcp --tool-tier core"
  },
  "auth": {
    "type": "oauth",
    "env_var": "GOOGLE_OAUTH_CLIENT_ID",
    "key_url": "OAuth client from Google Cloud Console (https://console.cloud.google.com/apis/credentials)"
  },
  "pricing": "free",
  "links": {
    "repo": "https://github.com/taylorwilsdon/google_workspace_mcp",
    "docs": null,
    "site": null
  },
  "added": "2026-06-11",
  "verified": "2026-06-11",
  "notes": "2.6k stars, 87 releases, MIT, very active. Tool tiers keep the context small (--tool-tier core). npx-only Drive-focused alternative: piotr-agier/google-drive-mcp (166 stars, Apr 2026)."
}