mcpbeat Sign in

Voila Groceries MCP Server

local only

Voila Groceries MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 58 installs a week from npm. Last commit 24 Aug 2026.

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

Installs per day peak 191 · avg 21 · -5% w/w
a month agotoday
58
Installs / week
npm · @firfi/voila-mcp
0
Stars
0 open issues
24 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Voila Groceries MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add voila-mcp -- npx -y @firfi/voila-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "voila-mcp": {
      "args": [
        "-y",
        "@firfi/voila-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.voila-mcp]
command = "npx"
args = ["-y", "@firfi/voila-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "voila-mcp": {
      "args": [
        "-y",
        "@firfi/voila-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "voila-mcp": {
      "args": [
        "-y",
        "@firfi/voila-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: VOILA_GUEST (Set to 1 for guest-session behavior in registry inspection or unauthenticated discovery.), VOILA_AUTH_SESSION_PATH (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Voila Groceries MCP

same job, measured the same way
Ignition MCP
by jsgorana

MCP server for Inductive Automation Ignition: tags, alarms, history, and Perspective

117 installs/wk local only
Good Eggs
by pulsemcp

MCP server for Good Eggs grocery shopping automation using Playwright.

81 installs/wk local only
footnote-mcp
by kazkozdev

Source-grounded web research: search, extraction, verification, and browser automation.

193 installs/wk local only
Zabbix MCP
by mhajder

MCP server for Zabbix monitoring and automation

695 installs/wk local only
MCP Server for PowerPoint
by trsdn

PowerPoint automation for AI - Slides, Shapes, Text, Charts and more. Windows only.

local only
ASTGL Knowledge
by jmeg8r

Search and cite ASTGL articles about MCP servers, local AI, and AI automation.

84 installs/wk local only
Expo Android MCP
by frndchagas

MCP server for Android emulator automation via ADB.

61 installs/wk local only
best-cad-mcp
by lokmenower

Windows AutoCAD MCP server for handle-first CAD automation, validation, and drawing exports.

288 installs/wk local only

Voila Groceries MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Voila Groceries MCP?
Voila Groceries MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @firfi/voila-mcp was installed 58 times last week.
How do I connect Voila Groceries MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @firfi/voila-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Voila Groceries MCP?
The npm package @firfi/voila-mcp was installed 58 times in the last week. Week over week that is -5%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Voila Groceries MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.