meal-planner-mcp

illinigirl/meal-planner-mcp
★ 0 stars Python AI/LLM Updated 2d ago
Self-contained MCP server that plans a week of meals from a local recipe library — optimizing ingredient overlap, reusing leftovers, and avoiding recent repeats, then generating a shopping list + Markdown plan.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "meal-planner-mcp": {
      "command": "uvx",
      "args": [
        "meal-planner-mcp"
      ]
    }
  }
}

Or install with pip: pip install meal-planner-mcp

README Excerpt

A self-contained [MCP](https://modelcontextprotocol.io) server that plans a week of meals from a local recipe library — optimizing for **shared ingredients**, reusing **leftovers**, and **avoiding recent repeats** — then generates a consolidated shopping list and a Markdown plan you can stick on the fridge.

Topics

ai-agentsclaudemcpmeal-planningmodel-context-protocolpython