HomeMarketing & E-Commerce › Voila Groceries MCP

Voila Groceries MCP

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

TypeScript CloudLocal macOSWindowsLinux
★ 0 stars Last pushed 2026-08-24 License: MIT

Topics: E-Commerce

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.3.0)

npx -y @firfi/voila-mcp@0.3.0

Or add to your MCP client config:

{
  "mcpServers": {
    "voila-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "@firfi/voila-mcp@0.3.0"
      ],
      "env": {
        "VOILA_GUEST": "<YOUR_VALUE>",
        "VOILA_AUTH_SESSION_PATH": "<YOUR_VALUE>"
      }
    }
  }
}
  • VOILA_GUEST — Set to 1 for guest-session behavior in registry inspection or unauthenticated discovery.
  • VOILA_AUTH_SESSION_PATH secret — Absolute path to a session JSON file captured with the Voila CLI for authenticated account workflows. Read and written as one path; guest sessions are never written to it.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry