
Gogcli Mcp Drive
Search Drive, move files, set permissions, and sync artifacts between your agent session and Google Drive.
Overview
gogcli-mcp-drive is a MCP server for the Build phase that connects agents to Google Drive search, upload, download, and permissions through gogcli.
What is this MCP server?
- Google Drive MCP via gogcli: search, upload, download, and permissions tooling
- stdio npm package gogcli-mcp-drive at version 2.6.1
- GOG_ACCOUNT ties MCP calls to your gogcli-authenticated Google user
- Optional GOG_PATH when gogcli is not on default PATH
- Fits agent workflows that stage builds, contracts, or media in shared Drive folders
- Server version 2.6.1 with stdio transport and npm identifier gogcli-mcp-drive
- Advertised capabilities: search, upload, download, permissions
- Config env vars: GOG_ACCOUNT (string), GOG_PATH (optional gogcli path)
Community signal: 1 GitHub stars.
What problem does it solve?
Critical project files live in Google Drive but your coding agent has no supported way to find or manage them.
Who is it for?
Indie builders who store deliverables and shared assets in Drive and want agent-driven file ops without custom Google API code.
Skip if: Production app blob storage (use S3, GCS, or vendor SDKs) or teams off Google Workspace entirely.
What do I get? / Deliverables
With gogcli auth and MCP registration, your agent can perform Drive file and permission operations from the same session where you write code.
- Agent-callable Drive search and file transfer via MCP
- Permission management hooks for shared project folders
- Unified gogcli auth with Docs, Sheets, and Classroom siblings
Recommended MCP Servers
Journey fit
File storage hooks land while you integrate external services and shuttle assets, exports, and backups during product build. Drive search, upload, download, and permissions are classic integration tasks when wiring a solo stack to Google Workspace.
How it compares
MCP Drive integration via gogcli, not a backup CLI skill or rclone wrapper documented here.
Common Questions / FAQ
Who is gogcli-mcp-drive for?
Solo developers and small teams on Google Drive who use MCP hosts like Claude Code or Cursor and already rely on gogcli for Google CLI access.
When should I use gogcli-mcp-drive?
Use it while building integrations or preparing releases when you need the agent to search Drive, upload artifacts, download inputs, or adjust file permissions.
How do I add gogcli-mcp-drive to my agent?
Install gogcli-mcp-drive from npm, ensure gogcli is authenticated, set GOG_ACCOUNT, add the stdio server to your MCP config, and restart the host.