MCP server providing access to the comprehensive OpenNutrition food database with 300,000+ food items, nutritional data, and barcode lookups
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-opennutrition": {
"command": "npx",
"args": [
"-y",
"deadletterq/mcp-opennutrition"
]
}
}
}
Run in terminal:
claude mcp add mcp-opennutrition npx -y deadletterq/mcp-opennutrition
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-opennutrition": {
"command": "npx",
"args": [
"-y",
"deadletterq/mcp-opennutrition"
]
}
}
}