📂

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-gdrive

Claude Desktop 配置 (claude_desktop_config.json)

{
  "mcpServers": {
    "google-drive-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-gdrive"
      ]
    }
  }
}

🔗 相关链接

🧩 相关 MCP Servers

浏览更多 文件与文档 MCP

Google Drive MCP Server文件与文档 分类下的 MCP server 之一