MCP Hub
Back to servers

recipes

Recipes MCP — wraps TheMealDB API (free tier, no auth)

Registry
Updated
Mar 31, 2026

mcp-recipes

Recipes MCP — wraps TheMealDB API (free tier, no auth)

Part of the Pipeworx open MCP gateway.

Tools

ToolDescription
search_mealsSearch for recipes by meal name. Returns a list of matching meals.
get_mealGet the full recipe for a meal by its TheMealDB ID, including ingredients and instructions.
random_mealGet a random meal recipe.
meals_by_ingredientFind meals that use a specific ingredient (e.g., "chicken", "garlic", "pasta").

Quick Start

Add to your MCP client config:

{
  "mcpServers": {
    "recipes": {
      "url": "https://gateway.pipeworx.io/recipes/mcp"
    }
  }
}

Or use the CLI:

npx pipeworx use recipes

License

MIT

Reviews

No reviews yet

Sign in to write a review