groceries-mcp

ithinkicam/groceries-mcp
★ 0 stars TypeScript 🌐 Browser/Web Updated today
MCP server returning weekly grocery deals (Publix, Aldi, Lidl, Walmart) for use with Claude. Caches per-week, partial-success on store failures, dual stdio + Streamable HTTP transports.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "groceries-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ithinkicam/groceries-mcp"
      ]
    }
  }
}

README Excerpt

A Model Context Protocol server that returns weekly grocery deals from **Publix**, **Aldi**, **Lidl**, and **Walmart** as normalized JSON. Built to be called by a meal-planning workflow in Claude — no more "let me drive a browser for 30 turns to find this week's chicken sale." The scraping logic lives in real code (TypeScript + Playwright), the deal