Skip to content

swissgroceries mcp for Zed

io.github.nicktcode/swissgroceries-mcp

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

client:Zed transport:stdio runtime:npm

Install swissgroceries mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "swissgroceries-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@nicktcode/swissgroceries-mcp"
      ],
      "env": {
        "DENNER_JWT": "<DENNER_JWT>",
        "LIDL_DEFAULT_STORE": "<LIDL_DEFAULT_STORE>",
        "SWISSGROCERIES_USER_AGENT_COOP": "<SWISSGROCERIES_USER_AGENT_COOP>",
        "SWISSGROCERIES_LOG_LEVEL": "<SWISSGROCERIES_LOG_LEVEL>",
        "SWISSGROCERIES_DISABLE_CACHE": "<SWISSGROCERIES_DISABLE_CACHE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

swissgroceries mcp in other clients