MCP Directory
Back

google-drive-mcp

by piotr-agier · TypeScript · ★ 175

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.

#mcp#mcp-server

Install

npx -y github:piotr-agier/google-drive-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

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 and calendar events through a standardized interface. - **Multi-format Support**: Work with Google Docs, Sheets, Slides, Calendar, and regular files - **File Management**: Create, update, delete, rename, move, copy, upload, and download files and folders - **Advanced Search**: Search across your entire Google Drive - **Shared Drives Support**: Full access to Google Shared Drives (formerly Te…
Read full README on GitHub →

Related filesystem servers