Google Drive

Google Drive

v2025.1.14
MIT
google-drivefilesdocumentsstorage

Summary

Search and read Google Drive files — Docs, Sheets, and Slides converted to text an assistant can use.

Features

  • Search files across a Google Drive account
  • Read Docs, Sheets, and Slides as text
  • Automatic export of Google formats to readable output

Installation

Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.

Any MCP-compatible agent

Most agents (Claude, Cursor, Windsurf, VS Code, and more) read a standard mcpServers configuration.

  1. Open your agent's MCP configuration file.
  2. Merge the snippet below into it.
  3. Restart the agent — the "Google Drive" tools will be available.
{
  "mcpServers": {
    "google-drive": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-gdrive"
      ]
    }
  }
}

Description

The Google Drive MCP server lets an assistant search and read the files in a Drive account, handling the format conversion that makes Google's proprietary types usable.

What it does

  • Search across the whole Drive by name and content
  • Read files, with automatic export: Docs become Markdown, Sheets become CSV, Slides become text, and PDFs and plain files are returned as-is

Why the conversion matters

A Google Doc is not a file you can read — it is a database record behind an API. This server handles the export step, so an assistant asked about "the Q3 planning doc" can find it and read it without you exporting anything manually.

Typical uses

Summarising documents, extracting data from spreadsheets, answering questions across a folder of meeting notes, and pulling context into a task without leaving the assistant.

Setup

Requires a Google Cloud project with the Drive API enabled and an OAuth flow completed once to store credentials. Read-only, which is the appropriate scope for a tool that can see everything in your Drive.

Part of the MCP reference collection, now in the archived servers repository.

Related MCP Servers

Browse all MCP servers →