About Mealie MCP Laravel
Mealie MCP Laravel is an MCP server in the Developer Tools category: laravel based MCP server for Mealie recipes and cookbooks. It has been installed 0 times through Conduid.
Tools (14)
create_cookbookCreate a new cookbook (requires `householdId` and `name`).
Takes no parameters.
create_foodCreate a food, e.g. "onion".
Takes no parameters.
create_recipeCreate a recipe with optional description, servings, times, ingredients and instructions.
Takes no parameters.
create_unitCreate a measurement unit, e.g. "cup".
Takes no parameters.
delete_cookbookDelete a cookbook.
Takes no parameters.
get_recipeGet full details for a single recipe by its id or slug.
Takes no parameters.
import_recipe_from_urlImport a recipe by scraping a webpage URL.
Takes no parameters.
list_cookbooksList the cookbooks of a household (`householdId`).
Takes no parameters.
list_foodsList foods (ingredient items), with search — ids are used as `foodId` in recipe ingredients.
Takes no parameters.
list_householdsList the households in the current group (cookbooks are scoped to a household).
Takes no parameters.
list_recipesList recipes. Supports pagination (`page`, `perPage`) and partial string searches (`search`).
Takes no parameters.
list_unitsList measurement units, with search — ids are used as `unitId` in recipe ingredients.
Takes no parameters.
update_cookbookUpdate the name/description of an existing cookbook.
Takes no parameters.
update_recipeUpdate a recipe; ingredients/instructions replace the existing lists when given.
Takes no parameters.
Install
git clone https://github.com/uk7itsolutions/mealie-mcp-laravelThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Mealie MCP Laravel
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- ·Scoped permissionsNot checked yet.