mcpbeat Sign in

MCP Pequerecetas MCP Server

local only

MCP Pequerecetas runs on your own machine — the client starts it, so there is no endpoint to ping. 385 installs a week from npm. Last commit 17 Sep 2026.

Read Spanish family recipes from Pequerecetas and rescale them honestly. No API key.

Installs per day peak 147 · avg 12
a month agotoday
385
Installs / week
npm · mcp-pequerecetas
0
Stars
1 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Pequerecetas every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-pequerecetas -- npx -y mcp-pequerecetas
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-pequerecetas": {
      "args": [
        "-y",
        "mcp-pequerecetas"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-pequerecetas]
command = "npx"
args = ["-y", "mcp-pequerecetas"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-pequerecetas": {
      "args": [
        "-y",
        "mcp-pequerecetas"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-pequerecetas": {
      "args": [
        "-y",
        "mcp-pequerecetas"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PQR_USER_AGENT (Identify your own client. This project's identifier stays appended, so the site can always reach a human.), PQR_MIN_INTERVAL_MS (Minimum milliseconds between requests. Default 3000, floor 3000, ceiling 60000.), PQR_TIMEOUT_MS (Deadline for one request, in milliseconds. Default 20000.), PQR_MAX_RETRIES (Retries when the site is busy or asks for room. Default 3.), PQR_CACHE_TTL_MS (In-memory cache lifetime, in milliseconds. Default 900000. Set 0 to turn it off.), PQR_CACHE_MAX_ENTRIES (In-memory cache size. Default 200.), PQR_LOG_LEVEL (silent, error, info or debug. Default error. Logs go to stderr.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Pequerecetas

same job, measured the same way
MCP Supertoinette
by smeet666

Read Supertoinette recipes and rescale their quantities honestly. No API key.

408 installs/wk local only
MCP Ptitchef
by smeet666

Search Ptitchef recipes, read one, and rescale it to any servings. No API key.

198 installs/wk local only
MCP Bbc Goodfood
by smeet666

Search BBC Good Food recipes, read one, and scale its ingredients. No API key.

395 installs/wk local only
Crawlbit
by amati032-dev

Four free tools to check if AI engines can find, read and recognise a site. No API key.

34 installs/wk local only
MCP Recipes
by smeet666

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

80 installs/wk local only
Reddit (RSS)
by jorgen-k

Read Reddit from Claude with no API key and no app registration, via Reddit's public RSS feeds.

994 installs/wk local only
Postlia
by postlia

Schedule and publish social posts to 7 networks from AI agents. Postlia API key (Pro) required.

15 tools answering
recipes
by pipeworx-io

Recipes MCP — wraps TheMealDB API (free tier, no auth)

35 tools answering

MCP Pequerecetas — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Pequerecetas?
MCP Pequerecetas runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-pequerecetas was installed 385 times last week.
How do I connect MCP Pequerecetas?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-pequerecetas straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Pequerecetas?
The npm package mcp-pequerecetas was installed 385 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Pequerecetas open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.