Skip to main content
Glama
222,451 tools. Last updated 2026-06-21 18:41

"Mealie" matching MCP tools:

  • Retrieve Mealie server version and basic information to confirm connectivity and status.
    MIT
  • Create a new cookbook in Mealie with a name, description, optional filter query, and public setting.
    MIT
  • Replace a recipe's existing notes with a custom set of titled notes using a JSON array. Each note can have an optional title and required text.
    MIT

Matching MCP Servers

  • Convert an ingredient string into structured quantity, unit, and food components. Choose between NLP or regex parser.
    MIT
  • Schedule meals by adding entries to your meal plan. Supports recipe IDs or freeform text, with date and meal type.
    MIT
  • Parse a recipe's free-text ingredients and bind them to food and unit IDs using NLP, automatically creating new records when no match exists. Low-confidence lines remain as free text for shopping-list aggregation.
    MIT
  • Parses recipe ingredient lines and binds recognized foods and units to existing taxonomy, enabling shopping list aggregation. Lines with low confidence are stored as free text.
    MIT
  • Retrieve details about a specific kitchen tool by providing its unique identifier (UUID).
    MIT
  • Update a recipe's details by patching only the provided fields. Specify the recipe slug and optionally modify name, description, yield, times, or source URL.
    MIT
  • Verify your API token by returning the authenticated user. Confirms that your credentials are valid.
    MIT
  • Add a single item to a shopping list, either as a free-form note or as a structured food entry with quantity and unit.
    MIT
  • Get a label by its UUID to access label details for organizing recipes and meal plans.
    MIT
  • Retrieve a specific meal plan entry by its numeric identifier to view planned meals.
    MIT
  • Replace a recipe's instruction steps with JSON lines, supporting strings or objects with title/summary/text and auto-splitting headers.
    MIT
  • Retrieve a specific measurement unit by its unique identifier. Use this tool to fetch details of a unit stored in Mealie using its UUID.
    MIT