An actively maintained fork of the official Google Drive MCP server that enables users to search, download, and read files via the Google Drive API. It features improved OAuth token management and automatically converts Google Workspace documents into formats like Markdown and CSV for easier LLM consumption.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
Anthropic's MCP TypeScript SDK has a ReDoS vulnerability
Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default
process.env. You'll be asked to provide them before it can run.GDRIVE_CREDENTIALS_PATH— "": "/path/to/.gdrive-server-credentials.json"GDRIVE_DOWNLOAD_DIR— System temp dir + /gdrive-downloads Directory where the download and export_pdf tools save filesGDRIVE_ENABLE_RESOURCES— false Set to true to enable MCP resource handlers (gdrive:/// URIs). Disabled by default because some MCP clients call resources/list on startup, which triggers drive.files.list() and can hang.GDRIVE_ENABLE_SHEETS— false Set to true to enable the sheets_read tool and request the spreadsheets.readonly OAuth scope. Requires enabling the Google Sheets API in your GCP project and re-running auth.GDRIVE_ENABLE_UPLOAD— false Set to true to enable the upload tool. Upgrades the OAuth scope from drive.readonly to drive (full read/write). Requires re-running auth.GDRIVE_OAUTH_PATH— /path/to/your/gcp-oauth.keys.json node dist/index.js auth[](https://m8ven.ai/mcp/dylancaponi-gdrive-mcp-server-059aw3)