← Back to Plugins
MCP Server MCP

Voila Groceries MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @firfi/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@firfi/voila-mcp",
      "version": "0.3.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Set to 1 for guest-session behavior in registry inspection or unauthenticated discovery.",
          "format": "string",
          "placeholder": "1",
          "name": "VOILA_GUEST"
        },
        {
          "description": "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.",
          "format": "filepath",
          "isSecret": true,
          "placeholder": "/absolute/path/to/session.json",
          "name": "VOILA_AUTH_SESSION_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...