DirectoryGoogle Drive
tools

Google Drive

by piotr-agier

55
Health
fair
55
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.

51stars
46forks
TypeScript
MIT
Updated March 11, 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

Freshness32/40
Issue response15/30
Org backing5/20
Longevity3/10
Updated recently
Solo project

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