@piotr-agier/google-drive-mcp

general MCP Server

A Model Context Protocol (MCP) server that provides secure integration with Google Drive, Docs, Sheets, Slides and Calendar. It allows Claude Desktop and other MCP clients to manage files in Google Drive through a standardized interface.

VerifiedInstall Ready
generalgeneralgcp
7 views168 stars95 forksv2.2.0MIT

Why This Matters

Discovered via github-topic:mcp and last synced 3mo ago.

VerifiedInstall Ready
Source
github-topic:mcp
Stars
168
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx @piotr-agier/google-drive-mcp --api-timeout=180000 --retry-max=5

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "-piotr-agier-google-drive-mcp": {
      "command": "npx",
      "args": [
        "@piotr-agier/google-drive-mcp"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

8
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (8)

folderId

Folder ID (optional, defaults to root)

query

Search terms (or raw Drive API query when `rawQuery=true`)

rawQuery

Pass `query` directly to the Drive API — enables operators like `modifiedTime`, `createdTime`, `mimeType`, `name contains`, etc. (optional)

pageSize

Number of drives to return (optional, default 50, max 100)

pageToken

Pagination token (optional)

listFolder

List contents of a folder

search

Search for files across Google Drive

listSharedDrives

List available Google Shared Drives