mcpbeat Sign in

Open Food Facts MCP Server

local only

Open Food Facts MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 9 Aug 2026.

Use this MCP server to Open Food Facts product, ingredient, allergen, and nutrition lookup....

Installs / week
npm · @mrfentmen/open-food-facts-mcp
0
Stars
0 open issues
9 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Open Food Facts MCP 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 open-food-facts-mcp -- npx -y @mrfentmen/open-food-facts-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "open-food-facts-mcp": {
      "args": [
        "-y",
        "@mrfentmen/open-food-facts-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.open-food-facts-mcp]
command = "npx"
args = ["-y", "@mrfentmen/open-food-facts-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "open-food-facts-mcp": {
      "args": [
        "-y",
        "@mrfentmen/open-food-facts-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "open-food-facts-mcp": {
      "args": [
        "-y",
        "@mrfentmen/open-food-facts-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Open Food Facts MCP

same job, measured the same way
Open Food Facts MCP by UnClick
by malamutemayhem

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

17 installs/wk local only
MCPFax Food Facts
by mcpscores

Can this person eat this? Allergens, additives and nutrition from a barcode.

3 tools answering
Tides MCP
by mrfentmen

Use this MCP server to NOAA tides and currents predictions and water levels. Tools include get...

local only
Simlir MCP Server
by simlir

Simlir MCP server for semantic product search, visual search, and exact product lookup.

22 installs/wk local only
Open Food Facts Mcp
by varvararatta

Unlock the power of food transparency with our Open Food Facts MCP server. Easily look up any food

answering
Oeis MCP
by mrfentmen

Use this MCP server to the OEIS, the encyclopedia of integer sequences. Look up any sequence,...

local only
mcpify
by furkan708

Focused, production-ready CLI: turn any OpenAPI REST API into an MCP server.

5 440 installs/wk local only
Earth-2 Elevation MCP
by gitcookman

Local stdio MCP server for Open-Elevation single, batch, and profile lookups.

27 installs/wk local only

Open Food Facts MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Open Food Facts MCP?
Open Food Facts MCP 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 @mrfentmen/open-food-facts-mcp.
How do I connect Open Food Facts MCP?
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 @mrfentmen/open-food-facts-mcp straight from npm; nothing to host, nothing to sign up for.
Is Open Food Facts MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.