MCP SERVER

gdrive-mcp

Connect Claude to your Google Workspace: Docs, Sheets, Drive, Slides, Forms, and Apps Script.

What you can do

Google Docs

Documents

Read, write, and format content. Insert tables, images, and page breaks. Manage comments and replies.

Google Sheets

Spreadsheets

Read and write ranges using A1 notation. Append rows, clear cells, create sheets, and manage tabs.

Google Drive

Drive

Search and list files. Create, move, copy, rename, and delete. Manage folders and permissions.

Google Slides

Slides

Read presentation metadata. Create presentations and manage individual slides.

Google Forms

Forms

Read form structure and responses. Access questions and submission data (read-only).

Apps Script

Apps Script

Manage projects, read and update code. List versions and deployments. Execute functions via API.

Quick Start

Install globally or run directly with npx.

# Run directly
npx @starfysh/gdrive-mcp
# Or clone and build
git clone https://github.com/starfysh-tech/gdrive-mcp.git
cd gdrive-mcp && npm install && npm run build