返回 Skill 列表
extension
分类: 其它无需 API Key

Tmp.RQhII45DXr

当用户请求浏览、上传、下载、共享或管理 Google Drive 文件和文件夹时使用。触发于涉及 Drive 上传/下载等操作。

person作者: chrischallhubclawhub

gogcli-mcp-drive

Extended Google Drive MCP server via gogcli — 27 tools: auth + 9 base Drive + 13 extra dedicated Drive tools.

Requirements

  • gogcli installed and authenticated
  • Node.js 18 or later

Setup

{
  "mcpServers": {
    "gogcli-drive": {
      "command": "npx",
      "args": ["-y", "gogcli-mcp-drive"],
      "env": {
        "GOG_ACCOUNT": "you@gmail.com"
      }
    }
  }
}

Extra Drive Tools

| Tool | What it does | |------|-------------| | gog_drive_download | Download a file (Google Docs → pdf/docx/xlsx/etc.) | | gog_drive_upload | Upload a local file, replace existing, or convert to Google format | | gog_drive_copy | Copy a file to a new file | | gog_drive_url | Print shareable URLs for one or more files | | gog_drive_permissions | List permissions on a file | | gog_drive_unshare | Remove a permission | | gog_drive_drives_list | List shared drives (Team Drives) | | gog_drive_comments_list | List comments on a file | | gog_drive_comments_get | Get a comment by ID | | gog_drive_comments_add | Add a new comment | | gog_drive_comments_update | Edit a comment | | gog_drive_comments_delete | Delete a comment | | gog_drive_comments_reply | Reply to a comment |

Plus 5 auth tools and 9 base Drive tools (ls, search, get, mkdir, rename, move, delete, share, run).