← 返回目录 Back to directory
G

Google Drive MCP Server

社区 Community
搜索并读取云端文档与表格
Search & read cloud documents
GitHub 仓库 · Source repo ↗
★ 3.7k stars 分类 云存储 Cloud Storage 成长中 Emerging
通过 OAuth 授权访问 Google Drive,支持全文搜索、读取 Docs/Sheets 内容,把云端资料纳入对话上下文,由社区维护。

工具能力 Tools

search_files
在云盘中全文搜索文件
read_file
读取文档或表格内容
list_files
列出目录下的文件
export_document
导出为其他格式

安装接入 Setup

在 Google Cloud Console 创建 OAuth 凭据,下载 credentials.json 并完成一次授权。
claude_desktop_config.json
{
  "mcpServers": {
    "gdrive": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-gdrive"],
      "env": {
        "GDRIVE_CREDENTIALS_PATH": "./credentials.json"
      }
    }
  }
}

使用场景 Use Cases

快速检索团队历史文档
汇总多份表格中的数据
让助手引用云端资料回答问题

支持客户端 Supported Clients

Claude Desktop 完整支持
Cursor 部分支持