📂
Google Drive MCP Server
✓ 官方/认证Anthropic (官方)
AI 读写 Google Drive 文件:上传下载、搜索、权限管理
⭐ 0.8k
GitHub Stars
stdio
安装方式
MIT
开源协议
5
可用工具
📖 详细介绍
Anthropic 官方 Google Drive MCP Server,让 AI 访问 Drive 文件。支持下拉、搜索、上传、分享、权限管理。
✨ 核心特性
✓Drive API 完整封装
✓OAuth 认证
✓权限管理
✓多格式支持
✓官方维护
🛠️ 可用工具 (5)
list_files()
search_files()
create_file()
update_file()
share_file()
🎯 适用场景
▸AI 云盘管理
▸文档协作
▸文件搜索
▸自动归档
▸数据备份
⚙️ 安装与配置
系统要求
- •Node.js 18+
- •Google OAuth Credentials
安装命令
npx -y @modelcontextprotocol/server-gdriveClaude Desktop 配置 (claude_desktop_config.json)
{
"mcpServers": {
"google-drive-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gdrive"
]
}
}
}🔗 相关链接
🧩 相关 MCP Servers
📁
Google Drive MCP
✓ 官方Google (官方)
Google Drive 云盘 MCP,文件 CRUD、共享权限、评论、版本、Drive Activity
Google Drive云盘文档协作
⭐0.8kstdio中等
📦
Dropbox MCP
✓ 官方Dropbox (官方)
Dropbox 云存储 MCP,文件操作、共享链接、版本、Paper 文档、Sign
Dropbox云存储Paper电子签名
⭐0.2kstdio简单
📁
Filesystem MCP Server
✓ 官方Anthropic (官方)
为 AI 提供安全的本地文件系统读写访问,支持沙箱控制和目录限制
文件系统沙箱官方本地
⭐10.1kstdio简单
📝
Notion MCP Server
✓ 官方Anthropic (官方)
用 AI 管理 Notion 工作区:搜索页面、创建笔记、更新数据库、块级编辑
Notion笔记知识库官方
⭐1.7kstdio中等