Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Aldi Server

FreeMaintained

An MCP server that enables users to search the Aldi product catalog, find store locations, and browse weekly specials. It also provides detailed product informa

GitHubEmbed

About

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

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, breakfast
  • limit (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 code
  • radius_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 specials
  • category (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 from search_products

get_store_hours

Get hours and contact info for a specific store.

Parameters:

  • store_id (required) — store ID from find_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

from github.com/markswendsen-code/mcp-aldi

Install Aldi Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install aldi-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add aldi-mcp-server -- npx -y @striderlabs/mcp-aldi

Step-by-step: how to install Aldi Server

FAQ

Is Aldi Server MCP free?

Yes, Aldi Server MCP is free — one-click install via Unyly at no cost.

Does Aldi Server need an API key?

No, Aldi Server runs without API keys or environment variables.

Is Aldi Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Aldi Server in Claude Desktop, Claude Code or Cursor?

Open Aldi Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Changes

Versions and requested access over time.

  • New version published
  • New version published

Related MCPs

Compare Aldi Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs