Skip to content

Google Drive

Free

by MCP Community

Search, read, and manage Google Drive files including Docs, Sheets, and Slides.

v1.0.0Added Dec 8, 2024
googledrivecloud-storage
Works with:ClaudeGPTGeminiCopilot

Google Drive MCP Server

Search, read, and manage Google Drive files including Docs, Sheets, and Slides.

Features

  • File Search
  • Read Docs/Sheets/Slides
  • File Management
  • Export formats

Installation

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

Reviews

Leave a Review

Installation

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