Search the Wikibooks Cookbook, read a recipe and rescale it to any number of servings.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y mcp-wikibooks-cookbook
MCP client config
{
"mcpServers": {
"mcp-wikibooks-cookbook": {
"command": "npx",
"args": [
"-y",
"mcp-wikibooks-cookbook"
]
}
}
}Distributed as an MCP bundle (`https://github.com/smeet666/mcp-wikibooks-cookbook/releases/download/v2.0.1/mcp-wikibooks-cookbook-2.0.1.mcpb`) — download it and import the bundle in your MCP client.