mcp.film

mcp.film / Production Ops / Google Workspace MCP

Google Workspace MCP

Communityby Community (taylorwilsdon)freeverified Jun 11, 2026

Full Google Workspace control — Drive, Docs, Sheets, Slides, Gmail, Calendar and more.

Rate it: no ratings yet

What it does

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.

Connect

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
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "google-workspace": {
      "command": "uvx",
      "args": [
        "workspace-mcp",
        "--tool-tier",
        "core"
      ],
      "env": {
        "GOOGLE_OAUTH_CLIENT_ID": "YOUR_KEY_HERE"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "google-workspace": {
      "command": "uvx",
      "args": [
        "workspace-mcp",
        "--tool-tier",
        "core"
      ],
      "env": {
        "GOOGLE_OAUTH_CLIENT_ID": "YOUR_KEY_HERE"
      }
    }
  }
}
Auth: oauth · env GOOGLE_OAUTH_CLIENT_ID — OAuth client from Google Cloud Console (https://console.cloud.google.com/apis/credentials)

Tools you'll see

search_drive_filesget_drive_file_contentcreate_drive_filecreate_docmodify_sheet_valuessend_gmail_messagemanage_event

Field 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).

Pairs well with