mcp.film

mcp.film / Production Ops / Google Workspace MCP

Google Workspace MCP

Communityby Community (taylorwilsdon)freeverified Aug 13, 2026

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

What it does

The most comprehensive community Workspace MCP: 120+ tools across 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

3.0k stars, 95 releases, MIT, still shipping — v1.24.0 landed 12 Aug 2026 and the env vars and uvx command above are unchanged. Tool tiers keep the context small (--tool-tier core; extended and complete exist), and --tools gmail drive calendar plus --read-only trim it further. You still supply your own Google Cloud OAuth client, which is the real setup cost: about five minutes of console work per deployment. For Claude web, desktop, and mobile the project now recommends running it in HTTP mode and adding it as a Connector rather than stdio; Claude Code takes either. Documentation moved to workspacemcp.com, where the maintainer also sells a managed cloud instance — the self-hosted server remains free and MIT. npx-only Drive-focused alternative: piotr-agier/google-drive-mcp (201 stars, Jul 2026).

Pairs well with