← Back to browse

Grocery Delivery (mein-aldi.de)

Indexed by io.github.RayNCooper

About

Unofficial read-only client for the mein-aldi.de (ALDI Süd) grocery-delivery catalog.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsALDI_SERVICE_TYPE
Claude Code
claude mcp add --env ALDI_SERVICE_TYPE= grocery-delivery-mcp -- npx grocery-delivery-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"grocery-delivery-mcp","command":"npx","args":["grocery-delivery-mcp"],"env":{"ALDI_SERVICE_TYPE":""}}'
JSON
{
  "mcpServers": {
    "grocery-delivery-mcp": {
      "command": "npx",
      "args": [
        "grocery-delivery-mcp"
      ],
      "env": {
        "ALDI_SERVICE_TYPE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.