pipeworx-io/mcp-recipes
MCP server for meal recipes — search by name, ingredient, or category via TheMealDB
Platform-specific configuration:
{
"mcpServers": {
"mcp-recipes": {
"command": "npx",
"args": [
"-y",
"mcp-recipes"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Recipes MCP — wraps TheMealDB API (free tier, no auth)
Part of the Pipeworx open MCP gateway.
| Tool | Description | |------|-------------| | search_meals | Search for recipes by meal name. Returns a list of matching meals. | | get_meal | Get the full recipe for a meal by its TheMealDB ID, including ingredients and instructions. | | random_meal | Get a random meal recipe. | | meals_by_ingredient | Find meals that use a specific ingredient (e.g., "chicken", "garlic", "pasta"). |
Add to your MCP client config:
{
"mcpServers": {
"recipes": {
"url": "https://gateway.pipeworx.io/recipes/mcp"
}
}
}Or use the CLI:
npx pipeworx use recipesMIT
Loading reviews...