← Back to browse

Voila Groceries MCP

Indexed by io.github.dearlordylord

About

Safe personal Voila grocery automation for search, slots, cart updates, and order history

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsVOILA_GUEST VOILA_AUTH_SESSION_PATH VOILA_SESSION_WRITE_PATH
Claude Code
claude mcp add --env VOILA_GUEST= --env VOILA_AUTH_SESSION_PATH= --env VOILA_SESSION_WRITE_PATH= voila-mcp -- npx @firfi/voila-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"voila-mcp","command":"npx","args":["@firfi/voila-mcp"],"env":{"VOILA_GUEST":"","VOILA_AUTH_SESSION_PATH":"","VOILA_SESSION_WRITE_PATH":""}}'
JSON
{
  "mcpServers": {
    "voila-mcp": {
      "command": "npx",
      "args": [
        "@firfi/voila-mcp"
      ],
      "env": {
        "VOILA_GUEST": "",
        "VOILA_AUTH_SESSION_PATH": "",
        "VOILA_SESSION_WRITE_PATH": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.