mealie-mcp-server

rldiao/mealie-mcp-server
★ 109 stars Python AI/LLM Updated 2d ago ⚠ Review
MCP server that exposes Mealie APIs to MCP clients such as Claude Desktop
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": {
    "mealie-mcp-server": {
      "command": "uvx",
      "args": [
        "mealie-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install mealie-mcp-server

README Excerpt

A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with your [Mealie](https://github.com/mealie-recipes/mealie) recipe database through clients like Claude Desktop. - **CRUD Operations**: Create, read, update, patch, duplicate, and delete recipes - **Advanced Search**: Filter by text, categories, tags, and tools with AND/OR logic

Tools (20)

add_recipe_to_shopping_listcreate_categorycreate_foodcreate_mealplancreate_mealplan_bulkcreate_recipecreate_recipe_fullcreate_shopping_listcreate_shopping_list_itemcreate_shopping_list_items_bulkcreate_tagcreate_toolcreate_unitdelete_categorydelete_fooddelete_recipedelete_shopping_listdelete_shopping_list_itemdelete_shopping_list_items_bulkdelete_tag