Enterprise DNA
M MCP Servers Developer low

isaacphi/mcp-gdrive

by Various

Model Context Protocol (MCP) Server for reading from Google Drive and editing Google Sheets

I

MCP

isaacphi/mcp-gdrive

Added 1 June 2026

Overview

Connects your AI assistant to Google Drive and Google Sheets so it can find and read a document or edit a spreadsheet cell without you opening either app. Search Drive for the file you need, then update a spreadsheet in the same conversation. A straightforward fit for anyone whose business records live in Drive and Sheets.

Best for

Best for
Businesses that keep records in Google Drive and Sheets and want quicker access

Use cases

  • Find and read a document stored in Google Drive
  • Update a cell or range in a Google Sheet
  • Query spreadsheet data before answering a question
  • Pull a file's contents into a conversation instead of opening it

How to use

Install

npm run build && node ./dist/index.js

Tools exposed

  • gdrive_search
  • gdrive_read_file
  • gsheets_read
  • gsheets_update_cell

Example client config

{\n  "mcpServers": {\n    "gdrive": {\n      "command": "npx",\n      "args": ["-y", "@isaacphi/mcp-gdrive"],\n      "env": {\n        "CLIENT_ID": "<CLIENT_ID>",\n        "CLIENT_SECRET": "<CLIENT_SECRET>",\n        "GDRIVE_CREDS_DIR": "/path/to/config/directory"\n      }\n    }\n  }\n}

Notes

This is a Model Context Protocol server that lets AI agents read files from Google Drive and edit Google Sheets. Built in TypeScript, it provides a standardized MCP interface for interacting with these Google services.

281 stars on GitHub. Last updated 2025-05-07. Licensed MIT.

Use cases

  • Reading documents from Google Drive
  • Editing cells in Google Sheets
  • Querying spreadsheet data via MCP

Pros

  • Open source and free to use
  • Follows the MCP standard for easy integration with AI agents
  • Active community with 281 stars

Cons

  • Limited to Google Drive and Sheets (no other Google services)
  • Requires Google API setup and authentication
  • May encounter rate limits or permission complexities

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Open source and free to use
  • Follows the MCP standard for easy integration with AI agents
  • Active community with 281 stars

Cons

  • Limited to Google Drive and Sheets (no other Google services)
  • Requires Google API setup and authentication
  • May encounter rate limits or permission complexities
Free 27-page guide

Get the free Developer’s Field Guide

A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.

Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks