patxiai/integration-google-drive
Composer 安装命令:
composer require patxiai/integration-google-drive
包简介
Search, read and create files across one or more connected Google Drive accounts, via Google's official Drive MCP server.
README 文档
README
Connects PatxiAI to Google's official Drive MCP server (drivemcp.googleapis.com, Developer Preview): search files, read metadata/permissions/content, list recently used files, create files, and copy existing ones.
Wired into the Assistant department's Drive specialist.
Authentication
Uses OAuth 2.0 against your own Google Cloud project — you'll need the Drive API and the Drive MCP API enabled (drive.googleapis.com, drivemcp.googleapis.com) and an OAuth 2.0 web client configured in the Google Cloud Console, same as Gmail's setup.
Multiple Google Drive accounts can be connected at once; each gets its own prefixed set of tools (e.g. drive_work_search_files).
Scopes requested
https://www.googleapis.com/auth/drive.readonlyhttps://www.googleapis.com/auth/drive.file
drive.file grants write access only to files this app creates or that the user explicitly opens with it — not blanket write access to the whole Drive. These are exactly what Google's own MCP server configuration guide specifies for the OAuth consent screen.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-07-09