Catalog
Grocery Delivery (mein-aldi.de)
Officialby RayNCooper
Unofficial read-only client for the mein-aldi.de (ALDI Süd) grocery-delivery catalog.
Unofficial read-only client for the mein-aldi.de (ALDI Süd) grocery-delivery catalog.
README not available yet.
Install
Configuration
Environment variables
ALDI_SERVICE_TYPEdefault deliverydelivery (verified), pickup, or instore.
claude_desktop_config.json
{
"mcpServers": {
"grocery-delivery-mcp": {
"command": "npx",
"args": [
"-y",
"grocery-delivery-mcp@0.1.1"
],
"env": {
"ALDI_SERVICE_TYPE": "delivery"
}
}
}
}