Aldi MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Aldi MCP ServerFind organic almond milk and check its availability near 60614"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@striderlabs/mcp-aldi
MCP (Model Context Protocol) connector for Aldi grocery. Provides tools for searching products, finding stores, browsing weekly specials, and more.
Installation
npm install @striderlabs/mcp-aldiRelated MCP server: Swissgroceries MCP
Usage
With Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"aldi": {
"command": "npx",
"args": ["-y", "@striderlabs/mcp-aldi"]
}
}
}Run directly
npx @striderlabs/mcp-aldiAvailable Tools
search_products
Search the Aldi product catalog by keyword or category.
Parameters:
query(required) — search term (e.g. "organic milk", "pasta")category(optional) — filter by category:dairy,produce,bakery,frozen,meat,snacks,beverages,dry-goods,breakfastlimit(optional) — max results (default 10, max 50)
find_stores
Find Aldi store locations near an address, city, or zip code.
Parameters:
location(required) — address, city, or zip coderadius_miles(optional) — search radius in miles (default 10, max 50)limit(optional) — max stores to return (default 5, max 20)
get_weekly_specials
Get current weekly deals and ALDI Finds.
Parameters:
store_id(optional) — store-specific specialscategory(optional) — filter by category (e.g.produce,meat,aldi-finds)
get_product_details
Get detailed product info including nutrition facts, ingredients, and price.
Parameters:
product_id(required) — product ID fromsearch_products
get_store_hours
Get hours and contact info for a specific store.
Parameters:
store_id(required) — store ID fromfind_stores
check_product_availability
Check if a product is available at a specific store.
Parameters:
product_id(required)store_id(required)
Development
# Install dependencies
npm install
# Build
npm run build
# Run dev (requires tsx)
npm run devLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceAn MCP server that enables users to search for Publix products, find store locations, and browse weekly deals. It provides detailed information including product prices, aisle locations, and store operating hours.310
- AlicenseAqualityBmaintenanceA Model Context Protocol server for real-time Swiss grocery shopping that searches and compares products across 8 major Swiss retailers (Migros, Coop, Aldi, Denner, Lidl, Farmy, Volgshop, Otto’s), normalizes per-unit prices, surfaces promotions, computes optimal multi-store shopping plans, and works with any MCP-compatible client without API keys or accounts.79527AGPL 3.0
- Alicense-qualityDmaintenanceAn MCP server for grocery shopping at Kroger-owned stores, enabling product search, store finder, cart management, and more through AI assistants.29MIT
- AlicenseAqualityBmaintenanceA local MCP server for grocery shopping, enabling product search, specials, and browsing across NZ supermarkets, with cart and order history for Countdown/Woolworths via browser-assisted login.141MIT
Related MCP Connectors
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Pocket Agent (aipocketagent.com) MCP server — read tools for personas, apps, and product info.
Federated commerce search across independent WooCommerce merchants. Keyless, read-only MCP server.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/markswendsen-code/mcp-aldi'
If you have feedback or need assistance with the MCP directory API, please join our Discord server