Google Drive MCP Pack
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-pipeworx-io-google-drive": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Google Drive MCP Pack
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
a self-hosted project management & Kanban solution + Instant shareable boards
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.
Give AI agents access to your Obsidian vault via local files or Self-hosted LiveSync.
MCP Security Weekly
Get CVE alerts and security updates for io.github.pipeworx-io/google_drive and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Google Drive MCP Pack
Part of the Pipeworx open MCP gateway.
| Tool | Description |
|---|---|
drive_list_files | List files in Google Drive. Optionally filter with a search query using Drive query syntax. |
drive_get_file | Get metadata for a specific Google Drive file by ID. Returns name, mimeType, size, owners, permissions, and more. |
drive_get_content | Download 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_file | Create a new file in Google Drive with the given name, content, and MIME type. |
drive_search | Search Google Drive files using Drive query syntax. Supports operators like name, mimeType, fullText, modifiedTime, owners, etc. |
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
MIT