Aldi MCP Server
An MCP server that enables users to search the Aldi product catalog, find store locations, and browse weekly specials. It also provides detailed product information, store hours, and real-time product availability checks.
README
@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-aldi
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-aldi
Available 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 dev
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.