SZ84.NET
Back to List
StorageCloudGoogleOfficial

Google Drive MCP

Connect your AI to the cloud with the Google Drive MCP server. This official server enables models to browse file structures, read document contents, and manage files in Google Drive. It supports various file formats and provides the necessary tools for AI-driven document analysis, file organization, and cloud storage management.

How to Install

1

1. Ensure you have an MCP client installed (e.g., Claude Desktop)

2

2. Click 'Visit Source' below to get the code or package

3

3. Follow the README instructions in the project

4

4. Add the server configuration to your MCP client config file

Configuration Example (claude_desktop_config.json)

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

Key Features

Browse and list files in Google Drive folders

Read and extract text from various document types

Upload, update, and organize files in the cloud

Support for shared drives and granular permissions

Server Details

Connect your AI to the cloud with the Google Drive MCP server. This official server enables models to browse file structures, read document contents, and manage files in Google Drive. It supports various file formats and provides the necessary tools for AI-driven document analysis, file organization, and cloud storage management.

Pricing

free

Tags

StorageCloudGoogleOfficial

Visit Source / Official Link

Go to the official GitHub repository to view source code, documentation, and installation instructions.

GitHub Repository