Open Food Facts
About
Search and contribute to the Open Food Facts database.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
OFF_USER_AGENT OFF_USER_ID OFF_PASSWORD OFF_COUNTRYClaude Code
claude mcp add --env OFF_USER_AGENT= --env OFF_USER_ID= --env OFF_PASSWORD= --env OFF_COUNTRY= openfoodfacts-mcp -- npx openfoodfacts-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"openfoodfacts-mcp","command":"npx","args":["openfoodfacts-mcp"],"env":{"OFF_USER_AGENT":"","OFF_USER_ID":"","OFF_PASSWORD":"","OFF_COUNTRY":""}}'
JSON
{
"mcpServers": {
"openfoodfacts-mcp": {
"command": "npx",
"args": [
"openfoodfacts-mcp"
],
"env": {
"OFF_USER_AGENT": "",
"OFF_USER_ID": "",
"OFF_PASSWORD": "",
"OFF_COUNTRY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.