Google Drive MCP Pack
Remote endpoints: streamable-http: https://gateway.pipeworx.io/google_drive/mcp
Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. Trust signals: trusted author (172/172 approved). 1 finding(s) downgraded by scanner intelligence.
6 tools verified · Open access · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-pipeworx-io-google-drive": {
"url": "https://gateway.pipeworx.io/google_drive/mcp"
}
}
}From the project's GitHub README.
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
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.