🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

gogcli-mcp-drive

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gogcli-mcp-drive

Extended Google Drive MCP server via gogcli — auth + full Drive support (upload/download/permissions/comments/shared drives)

latest
Source
npmnpm
Version
2.18.4
Version published
Weekly downloads
83
27.69%
Maintainers
1
Weekly downloads
 
Created
Source

gogcli-mcp-drive

[!WARNING] AI-developed project. This codebase was built and is actively maintained by Claude Code. Review all code and tool permissions before use.

Extended Google Drive MCP server via gogcli. Includes auth tools plus 13 additional dedicated Drive tools for upload/download, permissions, comments, shared drives, and more.

Requirements

  • gogcli installed and authenticated
  • Node.js 18+
brew install gogcli
gog auth add your@gmail.com --services drive

Installation

npm install -g gogcli-mcp-drive

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "gogcli-drive": {
      "command": "gogcli-mcp-drive",
      "env": {
        "GOG_ACCOUNT": "you@gmail.com"
      }
    }
  }
}

Claude Code

claude mcp add gogcli-drive -- gogcli-mcp-drive

Extra Drive Tools (13)

Plus 5 auth tools and 9 base Drive tools (ls, search, get, mkdir, rename, move, delete, share, run). Base gog_drive_delete accepts permanent=true for irreversible deletes.

ToolDescription
gog_drive_downloadDownload a file (exports Google Docs formats: pdf, docx, xlsx, etc.)
gog_drive_uploadUpload a local file, optionally replacing an existing file or converting to Google format
gog_drive_sync_pushRecursively push a local directory's contents into a Drive folder (additive; no remote deletes)
gog_drive_copyCopy a file to a new file with the given name
gog_drive_urlPrint shareable web URLs for one or more files
gog_drive_permissionsList permissions on a file
gog_drive_unshareRemove a permission from a file
gog_drive_drives_listList shared drives (Team Drives)
gog_drive_comments_listList comments on a file
gog_drive_comments_getGet a single comment by ID
gog_drive_comments_addAdd a new comment to a file
gog_drive_comments_updateUpdate a comment's text
gog_drive_comments_deleteDelete a comment
gog_drive_comments_replyReply to an existing comment

License

MIT

Keywords

mcp

FAQs

Package last updated on 29 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts