Google Drive MCP

Connect an MCP client to Google Drive, Docs, Sheets, Slides, and Calendar through one self-hosted server. Search and organize files, create and edit Workspace content, manage sharing, and automate multi-step workflows while keeping control of the Google identity and credentials used for every call. It runs locally over stdio via the published package.

People connecting documentation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-21 · ★ 206 · #6 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Google Drive MCP

Claude Code

claude mcp add piotr-agier-google-drive-mcp -- npx -y @piotr-agier/google-drive-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "piotr-agier-google-drive-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@piotr-agier/google-drive-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @piotr-agier/google-drive-mcp - published under the repo owner's npm scope (@piotr-agier)

registry namespace io.github.piotr-agier is GitHub-verified and matches the repo owner

03 · What Google Drive MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.6.0 · 2026-08-21

Makes Drive listings ordered and self-describing. search gains an orderBy and sorts most-recently-modified first by default instead of returning Drive's arbitrary order, listGoogleDocs/listGoogleSheets stop defaulting…

v2.5.0 · 2026-07-15

Surfaces embedded inline images in Google Docs instead of silently dropping them: the read tools now emit a self-describing image token, and a new getGoogleDocImage tool fetches an image's bytes on demand for…

v2.4.0 · 2026-07-15

Adds opt-in team mode: an MCP-spec OAuth 2.1 authorization server for multi-user HTTP deployments, so a single running server can be shared by a team (e.g. through claude.ai custom connectors) with each member…

04 · Who maintains Google Drive MCP

Google Drive MCP is maintained by piotr-agier. It's the only MCP server we track from this author; the repo dates to Jul 2025.

05 · Facts

category
documentation - ranked #6 of 183 actively-maintained documentation servers as of 2026-08-25.
release cadence
4 releases in the last 90 days (latest 2026-08-21)
registry
io.github.piotr-agier/google-drive-mcp (active, first published 2026-08-21)
packages
npm:@piotr-agier/google-drive-mcp

06 · Google Drive MCP FAQ

What is Google Drive MCP?

Connect an MCP client to Google Drive, Docs, Sheets, Slides, and Calendar through one self-hosted server. Search and organize files, create and edit Workspace content, manage sharing, and automate multi-step workflows while keeping control of the Google identity and credentials used for every call. It runs locally over stdio via the published package.

Is Google Drive MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-21 and it shipped 4 releases in the last 90 days. We re-verify nightly.

How do I install Google Drive MCP?

Run `npx -y @piotr-agier/google-drive-mcp`. You can also paste the ready-made client config above.

Does Google Drive MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Google Drive MCP