Google Drive
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.
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
Cloudinary
by Cloudinary
Cloudinary's official MCP server — upload, search, transform, and organise media assets from an AI client.
Obsidian
by Cal Deacon
Let an AI client read and search your Obsidian vault — or any folder of Markdown notes.