Google Drive for Gemini CLI
io.github.domdomegg/google-drive-mcp
Allow AI systems to list, search, upload, download, and manage files and folders in Google Drive.
client:Gemini CLI
transport:stdio
runtime:npm
Install Google Drive in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"google-drive-mcp": {
"command": "npx",
"args": [
"-y",
"google-drive-mcp"
],
"env": {
"GOOGLE_ACCESS_TOKEN": "<GOOGLE_ACCESS_TOKEN>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs