Recipe Search logo

Recipe Search

by lulz botUpdated May 4, 2026

Delivers recipe search via Model Context Protocol (MCP), enabling queries for recipes by ingredients, cuisine, dietary restrictions, or meal type. Developers integrate it into AI chatbots or apps to fetch structured recipe data including steps and nutrition info. Useful for building cooking assistants or meal planners.

recipe-search
mcp
cooking-api
|

Overview

The @lulzasaur9192/mcp-recipe-search MCP server provides programmatic access to a recipe database through standardized MCP tools. It allows AI models and applications to perform targeted recipe searches without relying on web scraping or external APIs, returning JSON-formatted results with ingredients, instructions, prep times, and servings.

Key Capabilities

  • search_recipes: Queries the recipe database using parameters like ingredients (e.g., "chicken, rice"), cuisine (e.g., "Italian"), dietary filters (e.g., "vegan"), or keywords (e.g., "quick dinner"). Returns a list of matching recipes with full details.

The server handles rate limiting and caching internally to ensure reliable performance in conversational AI contexts.

Use Cases

  1. AI Cooking Assistant: An LLM-powered chatbot uses search_recipes to suggest meals from user-provided pantry items, generating shopping lists from missing ingredients.

  2. Meal Planning App: Integrate search_recipes to populate weekly menus filtered by family dietary needs, exporting to calendars or grocery apps.

  3. Content Generation: Recipe bloggers query search_recipes for inspiration, adapting results into custom posts with nutritional breakdowns.

  4. Nutrition Tracking: Health apps call search_recipes with calorie or macro constraints to recommend compliant recipes.

Who This Is For

Developers building food-related AI tools, app makers creating meal planners or grocery aids, and teams integrating recipe features into productivity or health platforms. Requires familiarity with MCP for tool invocation in LLM workflows.