Back to Browse

Google Drive MCP Server

File & StorageLow Risk8.9Local
Free

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

About

The Google Drive MCP Server lets your AI assistant search, read, and manage files in Google Drive including Docs, Sheets, and Slides. It provides tools for file search, content reading, and basic file management operations.

Part of the official MCP reference servers, this server uses Google Drive API with OAuth2 authentication. It can search for files, read document contents, and list files in specific folders.

Useful for knowledge workers who store documents in Google Drive and want AI-assisted document search, content analysis, and information retrieval from their Drive files.

Security Report

8.9
Low Risk8.9Low Risk

Official reference server using Google OAuth2. Access scoped to authorized Drive files. Well-maintained.

5 files analyzed · 3 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

Environment Variables

Reads environment variables, typically for API keys or configuration.

How to Install

Add this to your MCP configuration file:

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

Reviews

No reviews yet

Be the first to review this server!

Version History

v2.1.0Dec 15, 2025Re-scanned

Added support for streaming responses and improved error handling for rate-limited requests.

v2.0.0Nov 1, 2025Re-scanned

Major release: new tool registration API, breaking changes to configuration format. See migration guide.

v1.5.0Sep 20, 2025Re-scanned

Added OAuth 2.0 support and improved connection pooling.

v1.0.0Jul 1, 2025Re-scanned

Initial stable release.