mcpbeat Sign in

MCP Bbc Goodfood MCP Server

local only

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

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

Installs per day peak 127 · avg 4
a month agotoday
395
Installs / week
npm · mcp-bbc-goodfood
0
Stars
1 open issues
12 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Bbc Goodfood 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-bbc-goodfood -- npx -y mcp-bbc-goodfood
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-bbc-goodfood": {
      "args": [
        "-y",
        "mcp-bbc-goodfood"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-bbc-goodfood]
command = "npx"
args = ["-y", "mcp-bbc-goodfood"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-bbc-goodfood": {
      "args": [
        "-y",
        "mcp-bbc-goodfood"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-bbc-goodfood": {
      "args": [
        "-y",
        "mcp-bbc-goodfood"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BGF_USER_AGENT (Identify your own client. This project's identifier stays appended, so the site can always reach a human.), BGF_MIN_INTERVAL_MS (Minimum milliseconds between requests. Default 1500, floor 1000, ceiling 60000.), BGF_TIMEOUT_MS (Deadline for one request, in milliseconds. Default 20000.), BGF_MAX_RETRIES (Retries when the site is busy or asks for room. Default 3.), BGF_CACHE_TTL_MS (In-memory cache lifetime, in milliseconds. Default 900000. Set 0 to turn it off.), BGF_CACHE_MAX_ENTRIES (In-memory cache size. Default 200.), BGF_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 Bbc Goodfood

same job, measured the same way
MCP Ptitchef
by smeet666

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

198 installs/wk local only
MCP Marmiton
by smeet666

Search Marmiton recipes, read ingredients and steps, and scale quantities to any servings.

456 installs/wk local only
Open Food Facts MCP by UnClick
by malamutemayhem

Search food products, ingredients, nutrition, brands, and categories. No API key. By UnClick.

22 installs/wk local only
Deep Research MCP Server
by perufitlife

Web search, clean page reading & one-call research dossiers for AI agents. No API key.

38 installs/wk local only
MCP Tvsubtitles
by smeet666

Search TV series on tvsubtitles.net, read a season's subtitle coverage and one record. No API key.

56 installs/wk local only
MCP Animenewsnetwork
by smeet666

Search the Anime News Network encyclopedia and read its news wire. No API key.

89 installs/wk local only
MCP Supertoinette
by smeet666

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

408 installs/wk local only
MCP Metacritic
by smeet666

Search Metacritic films, shows and games, read scores and critic reviews. No API key.

83 installs/wk local only

MCP Bbc Goodfood — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Bbc Goodfood?
MCP Bbc Goodfood 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-bbc-goodfood was installed 395 times last week.
How do I connect MCP Bbc Goodfood?
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-bbc-goodfood straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Bbc Goodfood?
The npm package mcp-bbc-goodfood was installed 395 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 Bbc Goodfood 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.