Search the Wikibooks Cookbook, read a recipe and rescale it to any number of servings.
MCPpedia last refreshed this data
io.github.smeet666/mcp-wikibooks-cookbook is an MCP server that search the Wikibooks Cookbook, read a recipe and rescale it to any number of servings. Its tool list has not been published yet over stdio, sse and http, requires no API key, and scores 87/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"wikibooks-cookbook": {
"args": [
"-y",
"mcp-wikibooks-cookbook"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
An MCP server for the Cookbook on the English Wikibooks: thousands of recipes written and maintained in the open, with their ingredients, their equipment and their steps. Search them, read one, and rescale it to the number of people you are actually cooking for. No API key, no account, read-only.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'mcp-wikibooks-cookbook' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked mcp-wikibooks-cookbook against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in education / entertainment
A Model Context Protocol server for searching and analyzing arXiv papers
MCP server for Geargrafx PC Engine / TurboGrafx-16 emulator
The official MCP Server for the Mux API
AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.
MCP Security Weekly
Get CVE alerts and security updates for io.github.smeet666/mcp-wikibooks-cookbook and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
An MCP server for the Cookbook on the English Wikibooks: thousands of recipes written and maintained in the open, with their ingredients, their equipment and their steps. Search them, read one, and rescale it to the number of people you are actually cooking for. No API key, no account, read-only.
(Version française plus bas / French version below)
One-click install
Claude Code
claude mcp add wikibooks-cookbook -- npx -y mcp-wikibooks-cookbook
Claude Desktop, Cursor, and any client using the standard config format
{
"mcpServers": {
"wikibooks-cookbook": {
"command": "npx",
"args": ["-y", "mcp-wikibooks-cookbook"]
}
}
}
Node 20 or later.
Bundle, without npm
Download mcp-wikibooks-cookbook-<version>.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.
| Tool | What it does | Key parameters |
|---|---|---|
search_recipes | Finds a page by dish name or by an ingredient it uses. | query, search, limit |
get_recipe | Reads one page, optionally rescaled. | id, servings, max_description_chars |
scale_ingredients | Rescales any English ingredient list, without the network. | ingredients, factor, from_servings |
list_recipes | Browses by cuisine, kind of dish or main ingredient. | cuisine, dish_type, main_ingredient, limit |
The server is **read-o