Skip to content
Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Voila Groceries MCP in other clients