Odel
Voila Groceries MCP

Voila Groceries MCP

Local
@dearlordylordTypeScriptMITUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@firfi/voila-mcpv0.3.0

Run

npx -y @firfi/voila-mcp

MCP client config

{
  "mcpServers": {
    "voila-groceries-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@firfi/voila-mcp"
      ]
    }
  }
}