这是什么
跟 Gmail MCP 同样的 OAuth 流程, AI 通过 Google Drive API 读你的:
- Google Docs (转 markdown)
- Google Sheets (跟 sheets-local 类似但实时)
- PDF / 其他文件 (跟 files-local 类似但云端)
⚠️ 当前状态: 不推荐用
跟 Gmail MCP 一样, OAuth 流程硬核 + 国内被墙, 没真用户跑通.
替代方案
| 你的需求 | 推荐 |
|---|---|
| 让 AI 读我的文档 | files-local MCP — 上传 PDF/Word, 不需要 Google Drive |
| Excel / 表格数据 | sheets-local MCP — 上传 .xlsx, 比 Google Sheets 更稳 |
| 文件搜索 | files-local 的 search_files 工具 |
长远计划
跟 Gmail 一起做 OAuth Connect 一键接入, 视需求触发.
现状下怎么用
参考 Gmail 文档 的 OAuth 流程, scope 改 https://www.googleapis.com/auth/drive.readonly.
下一步
- 推荐替代: files-local — 不需要 OAuth, 不需翻墙
- 真要 Google Drive 集成, 联系 wc6895@gmail.com