recipe-shoplist-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@recipe-shoplist-mcpPlan 3 dinners this week with a combined shopping list"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
recipe-shoplist-mcp
Turns a meal idea into a categorized shopping list with one-click search links — no accounts, no API keys.
An MCP (Model Context Protocol) server that takes a natural language meal request, generates a structured recipe, consolidates ingredients into a categorized shopping list, and optionally generates pre-filled search URLs for common grocery stores.
Features
Recipe Generation — Describe what you want ("something quick with chicken and rice", "vegan pasta for 4") and get a structured recipe with ingredients, steps, and timing
Shopping List Builder — Consolidates duplicate ingredients across multiple recipes (two recipes need garlic? → combined quantity)
Grocery Category Grouping — Items sorted by store section: produce, dairy, meat, pantry, spices, etc.
Export Formats — Plain text, Markdown, or clickable search links for Amazon Fresh, Walmart, or generic Google Shopping
Save to File — Export your shopping list as a
.mdor.txtfile to open, print, or shareVague Ingredient Flagging — Flags entries like "some spices" so you know to clarify
Multi-Recipe Merging — Plan a week of meals and get one combined shopping list
Related MCP server: Gamito
Installation
git clone https://github.com/Sara-Eltayeb/recipe-shoplist-mcp.git
cd recipe-shoplist-mcp
npm install
npm run buildRegister in Your MCP Client
Add to your MCP client configuration (e.g. Claude Desktop, opencode, etc.):
{
"mcpServers": {
"recipe-shoplist": {
"command": "node",
"args": ["/absolute/path/to/recipe-shoplist-mcp/dist/index.js"]
}
}
}Or if installed globally via npm:
{
"mcpServers": {
"recipe-shoplist": {
"command": "recipe-shoplist-mcp"
}
}
}Tools
generate_recipe
Generate a structured recipe from a natural language request.
Parameter | Type | Description |
| string | Natural language meal request |
| number? | Number of servings (default: 4) |
| string[]? | e.g. |
build_shopping_list
Consolidate ingredients from one or more recipes into a categorized shopping list.
Parameter | Type | Description |
| Ingredient[] | Array of |
| string[]? | Names of source recipes |
export_list
Export the latest shopping list in your preferred format.
Parameter | Type | Description |
|
| Output format |
|
| Store for URL links |
save_list_to_file
Save the shopping list to a local .md or .txt file.
Parameter | Type | Description |
| string? | Filename without extension |
|
| File format (default: markdown) |
Example Prompts
"Plan 3 dinners for this week and give me one combined shopping list"
"Make a shopping list for a vegan pasta night and give me Walmart search links"
"I want something quick with chicken and rice, then save the list to a file"
"Give me 2 meal ideas for the week and combine everything into one markdown shopping list"
Limitations
No cart automation — Search links open a search or product page on the retailer's site. Adding items to a cart and checking out requires retailer partner API access, which is not available without approval.
No external API keys — Recipe generation relies on the calling AI assistant's own creativity. This server structures and validates the output but does not call external recipe APIs.
Vague ingredients — Terms like "some spices" or "seasoning to taste" are flagged for clarification rather than guessed at.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Household-aware cooking brain: pantry, meal suggestions, dietary safety, recipes, shopping lists.
AI meal plans that fill your Kroger/Instacart cart - pantry-aware lists, all from chat.
Search, save, organize, cook, and share recipes with any AI assistant.
AI-powered recipe platform: 18 MCP tools for meal planning, grocery lists & Instacart.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Mealie for recipe management, meal planning, and shopping list operations. Supports searching and managing recipes, creating meal plans, and generating shopping lists from recipes or meal plans.7MIT
- FlicenseBqualityDmaintenanceEnables AI agents to generate budget-disciplined, allergy-safe weekly meal plans, shopping lists, and meal swaps using a fully local deterministic engine.20-
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to search recipes, compose nutritionally balanced meals, optimize weekly meal plans based on macro targets for family members, and generate consolidated grocery lists from a personal recipe database.-
- AlicenseAqualityDmaintenanceEnables AI assistants to manage recipes, meal plans, and shopping lists in Mealie through natural language, supporting CRUD operations and URL-based recipe imports.277058MIT