Skip to content

Google Drive

Free

by MCP Community

MCP server for Google Drive - list, search, upload, download, and manage files and folders

v1.2.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Google Drive MCP Server

MCP server for Google Drive - list, search, upload, download, and manage files and folders

Installation

npx -y google-drive-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y google-drive-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "google-drive": {
      "command": "npx",
      "args": ["-y", "google-drive-mcp"]
    }
  }
}