Skip to content
skillsaggregatorskillsaggregator
Major-vendorstdio● online
Google Drive MCP creator logo

Google Drive MCP

by Google · Productivity

Source

Read and write Google Drive files, Docs, Sheets, and Slides.

Works with:Claude CodeCursorWindsurfOpenCode
filesdocssheetsslidesreadwritesearch

Install

Run this command in your terminal:

claude mcp add --transport stdio mcp-google-drive -- npx -y @modelcontextprotocol/server-gdrive

Before running, set: GOOGLE_CLIENT_IDGOOGLE_CLIENT_SECRET

Authentication

OAuth

Required environment variables:

  • GOOGLE_CLIENT_ID
  • GOOGLE_CLIENT_SECRET

See the setup guide for step-by-step instructions on obtaining these credentials.

Reference implementation. Requires Google OAuth app setup.