PasteSheet — Google Sheets for Gemini CLI
com.pastesheet/google-sheets
Query your Google Sheets as structured JSON: list sheets and tabs, read schemas, filter rows.
client:Gemini CLI
transport:streamable-http
Install PasteSheet — Google Sheets in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"google-sheets": {
"httpUrl": "https://pastesheet.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs