mcp-pequerecetas
Rank #10,298io.github.smeet666/mcp-pequerecetas
Read Spanish family recipes from Pequerecetas and rescale them honestly. No API key.
mcp-pequerecetas is a Model Context Protocol (MCP) server published by smeet666. It ranks #10,298 of 132,046 servers tracked on MCP Toplist. mcp-pequerecetas is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Sep 1, 2026 and most recently updated on Sep 10, 2026.
Ranks ahead of 121,748 of 132,046 servers on MCP Toplist.
Use mcp-pequerecetas
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-pequerecetas -e "PQR_USER_AGENT=<your PQR_USER_AGENT>" -e "PQR_MIN_INTERVAL_MS=<your PQR_MIN_INTERVAL_MS>" -e "PQR_TIMEOUT_MS=<your PQR_TIMEOUT_MS>" -e "PQR_MAX_RETRIES=<your PQR_MAX_RETRIES>" -e "PQR_CACHE_TTL_MS=<your PQR_CACHE_TTL_MS>" -e "PQR_CACHE_MAX_ENTRIES=<your PQR_CACHE_MAX_ENTRIES>" -e "PQR_LOG_LEVEL=<your PQR_LOG_LEVEL>" -- npx -y mcp-pequerecetasReplace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/smeet666/mcp-pequerecetas/releases/download/v1.1.0/mcp-pequerecetas-1.1.0.mcpb` — install it through your client’s extension manager.
[mcp_servers.mcp-pequerecetas]
command = "npx"
args = ["-y", "mcp-pequerecetas"]
[mcp_servers.mcp-pequerecetas.env]
PQR_USER_AGENT = "<your PQR_USER_AGENT>"
PQR_MIN_INTERVAL_MS = "<your PQR_MIN_INTERVAL_MS>"
PQR_TIMEOUT_MS = "<your PQR_TIMEOUT_MS>"
PQR_MAX_RETRIES = "<your PQR_MAX_RETRIES>"
PQR_CACHE_TTL_MS = "<your PQR_CACHE_TTL_MS>"
PQR_CACHE_MAX_ENTRIES = "<your PQR_CACHE_MAX_ENTRIES>"
PQR_LOG_LEVEL = "<your PQR_LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/smeet666/mcp-pequerecetas/releases/download/v1.1.0/mcp-pequerecetas-1.1.0.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"mcp-pequerecetas": {
"command": "npx",
"args": [
"-y",
"mcp-pequerecetas"
],
"env": {
"PQR_USER_AGENT": "<your PQR_USER_AGENT>",
"PQR_MIN_INTERVAL_MS": "<your PQR_MIN_INTERVAL_MS>",
"PQR_TIMEOUT_MS": "<your PQR_TIMEOUT_MS>",
"PQR_MAX_RETRIES": "<your PQR_MAX_RETRIES>",
"PQR_CACHE_TTL_MS": "<your PQR_CACHE_TTL_MS>",
"PQR_CACHE_MAX_ENTRIES": "<your PQR_CACHE_MAX_ENTRIES>",
"PQR_LOG_LEVEL": "<your PQR_LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/smeet666/mcp-pequerecetas/releases/download/v1.1.0/mcp-pequerecetas-1.1.0.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"mcp-pequerecetas": {
"command": "npx",
"args": [
"-y",
"mcp-pequerecetas"
],
"env": {
"PQR_USER_AGENT": "<your PQR_USER_AGENT>",
"PQR_MIN_INTERVAL_MS": "<your PQR_MIN_INTERVAL_MS>",
"PQR_TIMEOUT_MS": "<your PQR_TIMEOUT_MS>",
"PQR_MAX_RETRIES": "<your PQR_MAX_RETRIES>",
"PQR_CACHE_TTL_MS": "<your PQR_CACHE_TTL_MS>",
"PQR_CACHE_MAX_ENTRIES": "<your PQR_CACHE_MAX_ENTRIES>",
"PQR_LOG_LEVEL": "<your PQR_LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/smeet666/mcp-pequerecetas/releases/download/v1.1.0/mcp-pequerecetas-1.1.0.mcpb` — install it through your client’s extension manager.
{
"servers": {
"mcp-pequerecetas": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-pequerecetas"
],
"env": {
"PQR_USER_AGENT": "<your PQR_USER_AGENT>",
"PQR_MIN_INTERVAL_MS": "<your PQR_MIN_INTERVAL_MS>",
"PQR_TIMEOUT_MS": "<your PQR_TIMEOUT_MS>",
"PQR_MAX_RETRIES": "<your PQR_MAX_RETRIES>",
"PQR_CACHE_TTL_MS": "<your PQR_CACHE_TTL_MS>",
"PQR_CACHE_MAX_ENTRIES": "<your PQR_CACHE_MAX_ENTRIES>",
"PQR_LOG_LEVEL": "<your PQR_LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/smeet666/mcp-pequerecetas/releases/download/v1.1.0/mcp-pequerecetas-1.1.0.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"mcp-pequerecetas": {
"command": "npx",
"args": [
"-y",
"mcp-pequerecetas"
],
"env": {
"PQR_USER_AGENT": "<your PQR_USER_AGENT>",
"PQR_MIN_INTERVAL_MS": "<your PQR_MIN_INTERVAL_MS>",
"PQR_TIMEOUT_MS": "<your PQR_TIMEOUT_MS>",
"PQR_MAX_RETRIES": "<your PQR_MAX_RETRIES>",
"PQR_CACHE_TTL_MS": "<your PQR_CACHE_TTL_MS>",
"PQR_CACHE_MAX_ENTRIES": "<your PQR_CACHE_MAX_ENTRIES>",
"PQR_LOG_LEVEL": "<your PQR_LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/smeet666/mcp-pequerecetas/releases/download/v1.1.0/mcp-pequerecetas-1.1.0.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"mcp-pequerecetas": {
"command": "npx",
"args": [
"-y",
"mcp-pequerecetas"
],
"env": {
"PQR_USER_AGENT": "<your PQR_USER_AGENT>",
"PQR_MIN_INTERVAL_MS": "<your PQR_MIN_INTERVAL_MS>",
"PQR_TIMEOUT_MS": "<your PQR_TIMEOUT_MS>",
"PQR_MAX_RETRIES": "<your PQR_MAX_RETRIES>",
"PQR_CACHE_TTL_MS": "<your PQR_CACHE_TTL_MS>",
"PQR_CACHE_MAX_ENTRIES": "<your PQR_CACHE_MAX_ENTRIES>",
"PQR_LOG_LEVEL": "<your PQR_LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/smeet666/mcp-pequerecetas/releases/download/v1.1.0/mcp-pequerecetas-1.1.0.mcpb` — install it through your client’s extension manager.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.smeet666%2Fmcp-pequerecetas)<a href="https://mcptoplist.com/server/io.github.smeet666%2Fmcp-pequerecetas"><img src="https://mcptoplist.com/badge/io.github.smeet666%2Fmcp-pequerecetas.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
smeet666
Other servers by smeet666
- mcp-marmiton#4,504 · 16 vers
- mcp-stashbox#4,593 · 15 vers
- mcp-archiveorg#4,959 · 12 vers
- mcp-lrclib#5,015 · 12 vers
- mcp-animenewsnetwork#5,094 · 11 vers
- mcp-lyricscom#5,132 · 11 vers
- mcp-metacritic#5,151 · 10 vers
- mcp-recipes#5,223 · 9 vers
- mcp-books#5,381 · 9 vers
- mcp-libraryofcongress#5,727 · 8 vers
- mcp-wikibooks-cookbook#5,783 · 8 vers
- mcp-databnf#5,991 · 7 vers
Available versions (4)
| Version | Published |
|---|---|
| 1.1.0 | Sep 10, 2026 |
| 1.0.1 | Sep 3, 2026 |
| 1.0.0 | Sep 2, 2026 |
| 0.1.0 | Sep 1, 2026 |
Frequently asked questions
- Who maintains mcp-pequerecetas?
- mcp-pequerecetas is maintained by smeet666, which publishes 22 MCP servers (164 total versions) tracked on MCP Toplist.
- Is mcp-pequerecetas listed on the Official MCP Registry?
- Yes — mcp-pequerecetas is listed on the Official MCP Registry, alongside Glama.
- How many versions does mcp-pequerecetas have?
- MCP Toplist tracks 4 versions of mcp-pequerecetas, most recently published on Sep 10, 2026.
- Where can I find the source code for mcp-pequerecetas?
- The source code for mcp-pequerecetas is hosted at github.com/smeet666/mcp-pequerecetas.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.