recipe-shoplist-mcp
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sara-Eltayeb/recipe-shoplist-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server