DirectoryGoogle Drive
tools

Google Drive

by piotr-agier

43
Health
fair
48
Popularity

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.

143stars
79forks
TypeScript
MIT
Updated May 10, 2026
#mcp#mcp-server

Add to Claude Desktop

Paste this into your claude_desktop_config.json file:

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

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

Installation

npx google-drive-mcp

Maintenance Healthfair

Freshness25/40
Issue response3/30
Org backing10/20
Longevity5/10
Updated this quarter
Most issues unresolved

Server Info

Categorytools
LanguageTypeScript
LicenseMIT
StatusACTIVE

Submit Your Server

Built an MCP server? Get it listed in front of thousands of developers.

List Your Server Free
Back to Directory