MCP server for BBC Good Food. List the axes a recipe search can be narrowed by, with counts. No API key.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-bbc-goodfood": {
"command": "npx",
"args": [
"-y",
"smeet666/mcp-bbc-goodfood"
]
}
}
}
Run in terminal:
claude mcp add mcp-bbc-goodfood npx -y smeet666/mcp-bbc-goodfood
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-bbc-goodfood": {
"command": "npx",
"args": [
"-y",
"smeet666/mcp-bbc-goodfood"
]
}
}
}