mcp google sheets full for Gemini CLI
io.github.moooonad/mcp-google-sheets-full
Full Google Sheets MCP: 26 tools + run_sheets_script escape hatch. User OAuth, no service account.
client:Gemini CLI
transport:stdio
runtime:npm
Install mcp google sheets full in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp-google-sheets-full": {
"command": "npx",
"args": [
"-y",
"mcp-google-sheets-full"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs