Grocery Delivery (mein-aldi.de)
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 vars
ALDI_SERVICE_TYPEClaude Code
claude mcp add --env ALDI_SERVICE_TYPE= grocery-delivery-mcp -- npx grocery-delivery-mcp
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.