Open Food Facts MCP Server
io.github.domdomegg/openfoodfacts-mcp
What is the Open Food Facts MCP server?
Search and contribute to the Open Food Facts database.
How to install Open Food Facts
Copy-paste configuration for popular MCP clients.
OFF_USER_AGENTrequiredUser-Agent string in format 'AppName/Version (email)'. Required by the Open Food Facts API.
OFF_USER_IDOpen Food Facts user ID (optional, needed for write operations).
OFF_PASSWORDsecretOpen Food Facts password (optional, needed for write operations).
OFF_COUNTRYCountry subdomain (default: 'world').
MCP_TRANSPORTrequiredTransport type.
{
"mcpServers": {
"openfoodfacts-mcp": {
"command": "npx",
"args": [
"-y",
"openfoodfacts-mcp"
],
"env": {
"OFF_USER_AGENT": "<YOUR_OFF_USER_AGENT>",
"OFF_USER_ID": "<YOUR_OFF_USER_ID>",
"OFF_PASSWORD": "<YOUR_OFF_PASSWORD>",
"OFF_COUNTRY": "<YOUR_OFF_COUNTRY>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>"
}
}
}
}{
"mcpServers": {
"openfoodfacts-mcp": {
"command": "npx",
"args": [
"-y",
"openfoodfacts-mcp"
],
"env": {
"OFF_USER_AGENT": "<YOUR_OFF_USER_AGENT>",
"OFF_USER_ID": "<YOUR_OFF_USER_ID>",
"OFF_PASSWORD": "<YOUR_OFF_PASSWORD>",
"OFF_COUNTRY": "<YOUR_OFF_COUNTRY>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>"
}
}
}
}{
"mcpServers": {
"openfoodfacts-mcp": {
"command": "npx",
"args": [
"-y",
"openfoodfacts-mcp"
],
"env": {
"OFF_USER_AGENT": "<YOUR_OFF_USER_AGENT>",
"OFF_USER_ID": "<YOUR_OFF_USER_ID>",
"OFF_PASSWORD": "<YOUR_OFF_PASSWORD>",
"OFF_COUNTRY": "<YOUR_OFF_COUNTRY>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>"
}
}
}
}{
"servers": {
"openfoodfacts-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"openfoodfacts-mcp"
],
"env": {
"OFF_USER_AGENT": "<YOUR_OFF_USER_AGENT>",
"OFF_USER_ID": "<YOUR_OFF_USER_ID>",
"OFF_PASSWORD": "<YOUR_OFF_PASSWORD>",
"OFF_COUNTRY": "<YOUR_OFF_COUNTRY>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>"
}
}
}
}claude mcp add openfoodfacts-mcp --env OFF_USER_AGENT=<YOUR_OFF_USER_AGENT> --env OFF_USER_ID=<YOUR_OFF_USER_ID> --env OFF_PASSWORD=<YOUR_OFF_PASSWORD> --env OFF_COUNTRY=<YOUR_OFF_COUNTRY> --env MCP_TRANSPORT=<YOUR_MCP_TRANSPORT> -- npx -y openfoodfacts-mcpRelated MCP servers
Airtable
Give AI assistants read/write access to Airtable bases, tables, records, and comments.
Computer Use
Lets Claude control your computer via screenshots, mouse, and keyboard automation.
Gmail
Allow AI systems to read, send, archive, and manage emails via Gmail.
Defuddle Fetch
Fetch content from the web, cleaned up nicely for LLMs (using Defuddle).
Google Drive
Allow AI systems to list, search, upload, download, and manage files and folders in Google Drive.