mcp.film / Production Ops / Google Workspace MCP
Google Workspace MCP
Full Google Workspace control — Drive, Docs, Sheets, Slides, Gmail, Calendar and more.
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 mcp add google-workspace -e GOOGLE_OAUTH_CLIENT_ID=YOUR_ID -e GOOGLE_OAUTH_CLIENT_SECRET=YOUR_SECRET -- uvx workspace-mcp --tool-tier core
{
"mcpServers": {
"google-workspace": {
"command": "uvx",
"args": [
"workspace-mcp",
"--tool-tier",
"core"
],
"env": {
"GOOGLE_OAUTH_CLIENT_ID": "YOUR_KEY_HERE"
}
}
}
}
{
"mcpServers": {
"google-workspace": {
"command": "uvx",
"args": [
"workspace-mcp",
"--tool-tier",
"core"
],
"env": {
"GOOGLE_OAUTH_CLIENT_ID": "YOUR_KEY_HERE"
}
}
}
}
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_eventField 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
Canva MCPCanva
Official
Official Canva remote MCP for campaign designs, thumbnails, decks, exports, and comments.
MartiniMartini
Official
The film set for AI videos — direct entire productions from your agent.
Mux MCP ServerMux
Official
Official Mux MCP: upload, manage, and analyze video via API or hosted remote server.