yet-another-meal-planner

caseyWebb/yet-another-meal-planner
★ 1 stars TypeScript AI/LLM Updated 2d ago
🛒 Grocery Shopping & Pantry Inventory Management MCP Server and Agent Persona
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "yet-another-meal-pla": {
      "command": "npx",
      "args": [
        "-y",
        "caseyWebb/yet-another-meal-planner"
      ]
    }
  }
}

README Excerpt

A personal meal-planning agent you talk to like a friend who knows your kitchen. It plans the week's dinners from a shared recipe corpus, keeps track of what's in your pantry, and fills your Kroger cart — or walks you through any store, aisle by aisle. The agent *runs* inside Claude.ai; this repo is what *builds* it.