
OpenFoodFacts MCP Server
by noot-app
Fast access to the Open Food Facts product database using DuckDB and Parquet for AI-powered nutrition and product queries.
What it does
This server provides an AI assistant with high-performance access to the Open Food Facts dataset. By utilizing DuckDB and Parquet files, it enables near-instant searches for food products, nutritional data, and brand information without relying on slow API calls.
Tools
search_products_by_brand_and_name: Search for products using both brand and product name.search_by_barcode: Quickly find a specific product using its UPC or EAN barcode.search_products_by_brand_and_name_simplified: A token-efficient search returning only essential product fields.
Installation
Build the binary and fetch the DB: ./openfoodfacts-mcp-server --fetch-db. Then add to claude_desktop_config.json:
{
"mcpServers": {
"openfoodfacts": {
"command": "/path/to/openfoodfacts-mcp-server",
"args": ["--stdio"],
"env": {
"OPENFOODFACTS_MCP_TOKEN": "your-token",
"DATA_DIR": "/path/to/data"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
./openfoodfacts-mcp-server --stdioInformation
- Pricing
- free
- Published
- 5/1/2026
- stars






