
AI Shopping List (Kroger)
Supports UIby aranlucas
Manage your Kroger/QFC shopping list and cart with AI — search products, plan meals, and add recipe ingredients in one prompt.
What it does
AI Shopping List is a remote MCP app deployed on Cloudflare Workers that connects AI assistants to the Kroger grocery API. It renders a UI panel (built with React and Tailwind) letting users manage pantry items, shopping lists, and meal plans — then push items directly to their Kroger cart with a single tool call.
Built with @mcp-ui/server and @modelcontextprotocol/ext-apps, it supports OAuth authentication against Kroger's developer platform and exposes a complete shopping management toolkit.
Key features
- Kroger cart integration — Add products to your live Kroger cart by UPC directly from Claude
- Meal planning UI — AI-powered meal suggestions based on pantry contents and dietary preferences
- Recipe-to-cart — Search a recipe and auto-add all ingredients to your Kroger cart in one step
- Store locator — Search nearby Kroger/QFC stores by ZIP code and save a preferred location
- Pantry & equipment tracking — Persistent pantry and kitchen equipment lists inform AI meal suggestions
Installation
Claude Desktop (via mcp-remote proxy):
{
"mcpServers": {
"ai-shopping-list": {
"command": "npx",
"args": ["mcp-remote", "https://ai-meal-planner-mcp.aranlucas.workers.dev/sse"]
}
}
}
No local setup required — the server runs on Cloudflare Workers. You'll be prompted to authenticate with your Kroger account via OAuth on first use.
VS Code Copilot:
{
"mcp": {
"servers": {
"ai-shopping-list": {
"command": "npx",
"args": ["mcp-remote", "https://ai-meal-planner-mcp.aranlucas.workers.dev/sse"]
}
}
}
}
Supported hosts
Claude Desktop (via mcp-remote), VS Code Copilot (via mcp-remote), any MCP client supporting SSE transport.
Quick install
npx mcp-remote https://ai-meal-planner-mcp.aranlucas.workers.dev/sseInformation
- Pricing
- free
- Published
- 4/3/2026
- Updated
- 6 days ago
- stars