Odel
Open Food Facts

Open Food Facts

Local
@domdomegg3TypeScriptMITUpdated 3w ago

Search and contribute to the Open Food Facts database.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmopenfoodfacts-mcpv2.6.0

Run

npx -y openfoodfacts-mcp

MCP client config

{
  "mcpServers": {
    "open-food-facts": {
      "command": "npx",
      "args": [
        "-y",
        "openfoodfacts-mcp"
      ]
    }
  }
}
npmopenfoodfacts-mcpv2.6.0

Run

npx -y openfoodfacts-mcp

MCP client config

{
  "mcpServers": {
    "open-food-facts": {
      "command": "npx",
      "args": [
        "-y",
        "openfoodfacts-mcp"
      ]
    }
  }
}