google-drive MCP Server
读写 Google Drive 文件,支持 Docs、Sheets、Slides 的创建和编辑
返回 MCP 专区
效率工具官方维护
google-drive
85.0k stars读写 Google Drive 文件,支持 Docs、Sheets、Slides 的创建和编辑
Google DriveDocsSheets云存储官方
安装与配置
安装命令
npx @modelcontextprotocol/server-gdriveCursor / Claude Desktop 配置(mcp.json)
{
"mcpServers": {
"google-drive": {
"command": "npx",
"args": [
"@modelcontextprotocol/server-gdrive"
]
}
}
}典型使用场景
- AI 自动整理知识库,按主题分类归档
- 发送消息通知、管理日程和任务
- 跨工具自动同步信息,减少手动操作
查看源码 / 官方文档
访问 GitHub 仓库获取最新文档、配置说明和 issue 反馈。
在 GitHub 上查看