HomeSearch & Research › mcp-recipes

mcp-recipes

Search six recipe sites at once, in French, English and Spanish, and scale quantities.

TypeScript Cloud
★ 0 stars Last pushed 2026-09-22 License: MIT

Topics: Search & Data Extraction

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 4.0.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-recipes": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "RECIPES_USER_AGENT": "<YOUR_VALUE>",
        "RECIPES_MIN_INTERVAL_MS": "<YOUR_VALUE>",
        "RECIPES_TIMEOUT_MS": "<YOUR_VALUE>",
        "RECIPES_MAX_RETRIES": "<YOUR_VALUE>",
        "RECIPES_CACHE_TTL_MS": "<YOUR_VALUE>",
        "RECIPES_CACHE_MAX_ENTRIES": "<YOUR_VALUE>",
        "RECIPES_LOG_LEVEL": "<YOUR_VALUE>"
      }
    }
  }
}
  • RECIPES_USER_AGENT — Identify your own client. The project's own identifier is appended, so a site can always reach a human.
  • RECIPES_MIN_INTERVAL_MS — Minimum milliseconds between two requests to the same site. Default 1000, floor 500.
  • RECIPES_TIMEOUT_MS — Deadline for one request to a site, in milliseconds. Default 20000.
  • RECIPES_MAX_RETRIES — Retries on rate limiting and transient failures. Default 3.
  • RECIPES_CACHE_TTL_MS — In-memory cache lifetime, in milliseconds. Default 900000. Set 0 to turn it off.
  • RECIPES_CACHE_MAX_ENTRIES — In-memory cache size. Default 200.
  • RECIPES_LOG_LEVEL — silent, error, info or debug. Default error. Logs go to stderr.

Package (mcpb 4.0.0)

Package: mcpb https://github.com/smeet666/mcp-recipes/releases/download/v4.0.0/mcp-recipes-4.0.0.mcpb

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry