mcp.film

mcp.film / Production Ops / Google Drive MCP

Google Drive MCP

OfficialRemoteby Googlefreemiumverified Jun 11, 2026

Google's official remote Drive MCP: search, read, and create files with Workspace governance.

Rate it: no ratings yet

What it does

A first-party hosted MCP endpoint from the Drive API team that lets agents search files, read content as a natural-language representation, retrieve metadata, and create/download files — inheriting the user's Drive permissions and Workspace data governance. The production file server for dailies, exports, and shared media.

Connect

Remote endpoint (Streamable HTTP)
https://drivemcp.googleapis.com/mcp/v1
Claude Code
claude mcp add --transport http google-drive https://drivemcp.googleapis.com/mcp/v1
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "google-drive": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://drivemcp.googleapis.com/mcp/v1"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "google-drive": {
      "url": "https://drivemcp.googleapis.com/mcp/v1"
    }
  }
}
Auth: oauth — Bring your own Google Cloud OAuth client (consent screen + client ID/secret) — see the configure-mcp-server guide

Tools you'll see

search_filesread_file_content

Field notes

Part of the Google Workspace Developer Preview Program — flag as preview. The old Anthropic reference gdrive server is archived; don't use it. Broader community alternative covering Docs/Sheets/Slides/Gmail too: taylorwilsdon/google_workspace_mcp (2.6k stars, very active, uvx workspace-mcp).

Pairs well with