MCP server exposing 5 tools for google_drive.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/google_drive/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
drive_list_files — List files in your Google Drive. Optionally filter by name, type, owner, or modified date (e.g., 'name contains "report"'). Returns file names, IDs, types, and metadata.drive_get_file — Get metadata for a specific Drive file by ID. Returns name, type, size, owners, permissions, creation date, and last modified time.drive_get_content — Download file content from Drive. Export Google Docs/Sheets/Slides to PDF, Word, Excel, etc., or retrieve raw content from other files.drive_create_file — Create a new file in Drive with specified name, content, and type (e.g., 'text/plain', 'application/pdf'). Returns the file ID for future reference.drive_search — Search Drive files by name, type, owner, modified date, or full text using query operators (e.g., 'name contains "report"', 'mimeType = application/pdf'). Returns matching files and IDs.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/google_drive/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io