google-drive-mcp-server

us-all/google-drive-mcp-server
★ 0 stars TypeScript 📁 File System Updated 1d ago
Google Drive MCP server — 96 tools for Drive, Docs, Sheets, Slides with Google Workspace awareness (Shared Drives, Labels, Approvals, domain-wide delegation).
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "google-drive-mcp-ser": {
      "command": "npx",
      "args": [
        "-y",
        "us-all/google-drive-mcp-server"
      ]
    }
  }
}