Voila Groceries MCP
Rank #7,393io.github.dearlordylord/voila-mcp
Safe personal Voila grocery automation for search, slots, cart updates, and order history
Voila Groceries MCP is a Model Context Protocol (MCP) server published by dearlordylord. It ranks #7,393 of 115,460 servers tracked on MCP Toplist. Voila Groceries MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Jul 4, 2026 and most recently updated on Aug 20, 2026.
Ranks ahead of 108,067 of 115,460 servers on MCP Toplist.
Use Voila Groceries MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add voila-mcp -e "VOILA_GUEST=<your VOILA_GUEST>" -e "VOILA_AUTH_SESSION_PATH=<your VOILA_AUTH_SESSION_PATH>" -- npx -y @firfi/voila-mcpReplace each placeholder with your own value before saving.
[mcp_servers.voila-mcp]
command = "npx"
args = ["-y", "@firfi/voila-mcp"]
[mcp_servers.voila-mcp.env]
VOILA_GUEST = "<your VOILA_GUEST>"
VOILA_AUTH_SESSION_PATH = "<your VOILA_AUTH_SESSION_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"voila-mcp": {
"command": "npx",
"args": [
"-y",
"@firfi/voila-mcp"
],
"env": {
"VOILA_GUEST": "<your VOILA_GUEST>",
"VOILA_AUTH_SESSION_PATH": "<your VOILA_AUTH_SESSION_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"voila-mcp": {
"command": "npx",
"args": [
"-y",
"@firfi/voila-mcp"
],
"env": {
"VOILA_GUEST": "<your VOILA_GUEST>",
"VOILA_AUTH_SESSION_PATH": "<your VOILA_AUTH_SESSION_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"voila-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@firfi/voila-mcp"
],
"env": {
"VOILA_GUEST": "<your VOILA_GUEST>",
"VOILA_AUTH_SESSION_PATH": "<your VOILA_AUTH_SESSION_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"voila-mcp": {
"command": "npx",
"args": [
"-y",
"@firfi/voila-mcp"
],
"env": {
"VOILA_GUEST": "<your VOILA_GUEST>",
"VOILA_AUTH_SESSION_PATH": "<your VOILA_AUTH_SESSION_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"voila-mcp": {
"command": "npx",
"args": [
"-y",
"@firfi/voila-mcp"
],
"env": {
"VOILA_GUEST": "<your VOILA_GUEST>",
"VOILA_AUTH_SESSION_PATH": "<your VOILA_AUTH_SESSION_PATH>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.dearlordylord%2Fvoila-mcp)<a href="https://mcptoplist.com/server/io.github.dearlordylord%2Fvoila-mcp"><img src="https://mcptoplist.com/badge/io.github.dearlordylord%2Fvoila-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
dearlordylord
Other servers by dearlordylord
View all dearlordylord servers →Available versions (4)
| Version | Published |
|---|---|
| 0.3.0 | Aug 20, 2026 |
| 0.2.0 | Aug 17, 2026 |
| 0.1.8 | Aug 12, 2026 |
| 0.1.7 | Jul 4, 2026 |
Frequently asked questions
- Who maintains Voila Groceries MCP?
- Voila Groceries MCP is maintained by dearlordylord, which publishes 4 MCP servers (15 total versions) tracked on MCP Toplist.
- Is Voila Groceries MCP listed on the Official MCP Registry?
- Yes — Voila Groceries MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Voila Groceries MCP have?
- MCP Toplist tracks 4 versions of Voila Groceries MCP, most recently published on Aug 20, 2026.
- Where can I find the source code for Voila Groceries MCP?
- The source code for Voila Groceries MCP is hosted at github.com/dearlordylord/voila-sdk.