mcpbeat Sign in

Swissgroceries MCP Server

by nicktcode Your server? Claim it
local only

Swissgroceries MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 105 installs a week from npm. Last commit 7 Jun 2026.

Swiss grocery search, promotions, and shopping plans across Migros, Coop, Aldi, Denner, Lidl.

Installs per day peak 50 · avg 15 · +100% w/w
a month agotoday
105
Installs / week
npm · @nicktcode/swissgroceries-mcp
32
Stars
5 open issues
7 Jun 2026
Last commit
0 releases in 90 days
AGPL-3.0-only
License
TypeScript

Nothing serious here today

Today is the operative word: we check Swissgroceries 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 swissgroceries-mcp -- npx -y @nicktcode/swissgroceries-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "swissgroceries-mcp": {
      "args": [
        "-y",
        "@nicktcode/swissgroceries-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.swissgroceries-mcp]
command = "npx"
args = ["-y", "@nicktcode/swissgroceries-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "swissgroceries-mcp": {
      "args": [
        "-y",
        "@nicktcode/swissgroceries-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "swissgroceries-mcp": {
      "args": [
        "-y",
        "@nicktcode/swissgroceries-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DENNER_JWT (Optional pre-supplied Denner Bearer JWT. Without it, the adapter self-registers anonymously on first use and rotates the token automatically.), LIDL_DEFAULT_STORE (Default Lidl store ID used when no storeIds are passed. Defaults to CH0149.), SWISSGROCERIES_USER_AGENT_COOP (Override the User-Agent string for Coop calls if DataDome ever blocks the default.), SWISSGROCERIES_LOG_LEVEL (Logging verbosity: silent, info (default), or debug.), SWISSGROCERIES_DISABLE_CACHE (Set to 1 to bypass the in-memory HTTP response cache.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Swissgroceries MCP

same job, measured the same way
Channel3 Shopping
by trychannel3

Shopping search across 100M+ products, with every retailer's offer and live price in one place.

6 tools answering
UK Supermarkets
by jbeshir

Search and compare grocery prices across UK supermarkets with product details.

local only
Market Research API
by trendsapi

Consumer demand signals across search, shopping and social. Free key at trendsapi.ai

4 tools answering
BestPrice Shopping
by bestprice

Read-only shopping decisions, product search, offers, and price history for Greece.

4 tools answering
Kroger
by pipeworx-io

Kroger MCP — grocery products, prices, and store locations (developer.kroger.com)

34 tools answering
Index Server
by jagilber-org

MCP instruction indexing server with search, CRUD, validation, and cross-repo knowledge promotion.

75 installs/wk local only
Texas Grocery
by mgwalkerjr95

MCP server for HEB grocery store integration - search products, manage carts, clip coupons, and more

76 installs/wk local only
Cookidoo MCP
by vitaliemiron

Create, translate, and plan Cookidoo recipes with guided Thermomix actions and shopping lists.

96 installs/wk local only

Swissgroceries MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Swissgroceries MCP?
Swissgroceries 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 @nicktcode/swissgroceries-mcp was installed 105 times last week.
How do I connect Swissgroceries 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 @nicktcode/swissgroceries-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Swissgroceries MCP?
The npm package @nicktcode/swissgroceries-mcp was installed 105 times in the last week. Week over week that is +100%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Swissgroceries MCP open source?
No, and the distinction matters: its licence is declared as AGPL-3.0-only. That makes it source-available — you can read the code, but the terms are the author's own, not one of the recognised open-source licences. Read them before you build on it.