MCP Hub
Back to servers

Google_drive

Google Drive MCP Pack

Registry
Updated
Apr 15, 2026

mcp-google_drive

Google Drive MCP Pack

Part of the Pipeworx open MCP gateway.

Tools

ToolDescription
drive_list_filesList files in Google Drive. Optionally filter with a search query using Drive query syntax.
drive_get_fileGet metadata for a specific Google Drive file by ID. Returns name, mimeType, size, owners, permissions, and more.
drive_get_contentDownload or export the content of a Google Drive file. For Google Docs/Sheets/Slides, exports to a specified format. For binary files, returns the raw content.
drive_create_fileCreate a new file in Google Drive with the given name, content, and MIME type.
drive_searchSearch Google Drive files using Drive query syntax. Supports operators like name, mimeType, fullText, modifiedTime, owners, etc.

Quick Start

Add to your MCP client config:

{
  "mcpServers": {
    "google_drive": {
      "url": "https://gateway.pipeworx.io/google_drive/mcp"
    }
  }
}

Or use the CLI:

npx pipeworx use google_drive

License

MIT

Reviews

No reviews yet

Sign in to write a review