Search Marmiton and the Wikibooks Cookbook at once, and scale quantities. No API key.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Recipes live on many sites, and each one writes them its own way: a French cooking site publishes in French, with its own measures and its own idea of what a serving is, and a wiki cookbook in English, with equipment lists and prose the first has no field for. Asking a question of one of them answers about one of them.
This server reads six. Three publish in French, Marmiton, Ptitchef and Supertoinette; two in English, the Wikibooks Cookbook and BBC Good Food; and one in Spanish, Pequerecetas. You can search them all with one question, read a recipe from any of them in one shape, put several versions of the same dish side by side, and rescale any ingredient list. It needs no API key and no account.
One-click install
Claude Code
Claude Desktop, Cursor, and any client using the standard config format
Node 24 or later is required, and no environment variable has to be set.
-i keeps stdin open, which is where the protocol travels, and -t is left out
because a TTY rewrites the stream. The container needs outbound HTTPS to
www.marmiton.org, api.wikimedia.org, www.ptitchef.com,
www.bbcgoodfood.com, www.supertoinette.com and www.pequerecetas.com, and
nothing else: no volume, no port, no credential.
Download mcp-recipes-4.0.0.mcpb from
the latest release and
open it. A client that supports MCP bundles installs it on its own, with no npm
and no configuration file to edit. The bundle carries its dependencies, so
nothing is fetched at install time.
The ordinary path runs from a search to a reading: a row carries an id naming
its source, and get_recipe takes it.
| Source | Site | Language |
|---|---|---|
marmiton | www.marmiton.org | French |
cookbook | Wikibooks Cookbook | English |
ptitchef | www.ptitchef.com | French |
goodfood | www.bbcgoodfood.com | English |
supertoinette | www.supertoinette.com | French |
pequerecetas | www.pequerecetas.com | Spanish |
A row's id names its source, so an identifier read from one answer goes back to
the right site. Counts are never added across sources, and a source that
failed is reported as having failed rather than as having found nothing.
Each site is read at its own pace: two of them ask for three seconds between requests, and a setting posted for all of them can only make this server more patient than the slowest asks for.
Two of these sites file something other than a recipe at the address a recipe
lives at. The Wikibooks Cookbook keeps pages about an ingredient beside the
recipes using it, and Pequerecetas publishes articles that gather recipes. A
search says so, and get_recipe says what it read off the page.
| Tool | What it does |
|---|---|
search_recipes | Searches every source with one question. |
get_recipe | Reads one recipe from any source, in one shape. |
compare_recipes | Puts several versions of the same dish side by side. |
scale_ingredients | Rescales any ingredient list, with no request to any site. |
search_recipesSearches every source with one question.
| Argument | Type | Required | What it does |
|---|---|---|---|
query | string, 1 to 200 characters | yes | The dish or the ingredient to look for. |
limit_per_source | integer, 1 to 25, default 5 | no | Rows to keep from each source. |
sources | array of source ids | no | Ask these sources alone. |
fan_out | boolean, default true | no | Ask every source rather than stopping at the first that answers. |
In return: results, rows carrying id, which get_recipe takes;
source and source_name saying which site published the row; title; url;
image_url; and an excerpt where the source offers one. per_source gives one
report per site with its status, reading answered or failed, the count it
contributed, and its reported_total alongside reported_total_means, which
says what that number counts on that site. names_the_dish says how many of that
site's rows carry the dish in their title, out of count: a search index answers
the words it is handed, so a site can offer rows and none of them be the dish.
order says in words how the list was built.
get_recipeReads one recipe from any source, in one shape.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-recipes)<a href="https://allmcps.com/mcp/mcp-recipes"><img src="https://allmcps.com/api/badge/mcp-recipes?style=directory" alt="MCP Recipes on AllMCPs" /></a>