HomeProductivity › Google Drive MCP

Google Drive MCP

Secure access to Google Drive, Docs, Sheets, Slides, and Calendar through MCP.

TypeScript
★ 220 stars Last pushed 2026-09-23 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.11.0)

npx -y @piotr-agier/google-drive-mcp@2.11.0

Or add to your MCP client config:

{
  "mcpServers": {
    "google-drive-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@piotr-agier/google-drive-mcp@2.11.0"
      ],
      "env": {
        "GOOGLE_DRIVE_OAUTH_CREDENTIALS": "<YOUR_VALUE>"
      }
    }
  }
}
  • GOOGLE_DRIVE_OAUTH_CREDENTIALS required secret — Path to a Google OAuth 2.0 Desktop app credentials JSON file.

Related servers

Data from the Official MCP Registry