Voila Groceries MCP for Gemini CLI
io.github.dearlordylord/voila-mcp
Safe personal Voila grocery automation for search, slots, cart updates, and order history
client:Gemini CLI
transport:stdio
runtime:npm
Install Voila Groceries MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"voila-mcp": {
"command": "npx",
"args": [
"-y",
"@firfi/voila-mcp"
],
"env": {
"VOILA_GUEST": "<VOILA_GUEST>",
"VOILA_AUTH_SESSION_PATH": "<VOILA_AUTH_SESSION_PATH>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs