Find and read Drive files from the assistant
Drive access is split across dedicated gdrive servers and broader Google Workspace MCPs. Categories like Productivity do not tell you which one actually lists Drive files.
Ads
Community Google Drive MCP focused on Drive file access.
Community Google Workspace MCP covering Drive and related Google apps.
Another community Workspace server if that install path matches your setup.
Prefer maintained Workspace-oriented servers when you need Drive plus Docs/Sheets under one Google login.
isaacphi/mcp-gdrive and similar community servers fit when you only need Drive file search and download.
One server — isaacphi/mcp-gdrive. Not a stack merge.
{
"mcpServers": {
"gdrive": {
"command": "npx",
"args": [
"-y",
"@isaacphi/mcp-gdrive"
],
"env": {
"GDRIVE_CREDS_DIR": "/path/to/gdrive-creds"
}
}
}
}Added 16 days ago ·