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).
Run
npx -y openfoodfacts-mcp
MCP client config
{
"mcpServers": {
"open-food-facts": {
"command": "npx",
"args": [
"-y",
"openfoodfacts-mcp"
]
}
}
}Run
npx -y openfoodfacts-mcp
MCP client config
{
"mcpServers": {
"open-food-facts": {
"command": "npx",
"args": [
"-y",
"openfoodfacts-mcp"
]
}
}
}