Back to MCP Servers
Opennutrition
Local MCP server for searching 300,000+ foods, nutrition facts, and barcodes from the OpenNutrition database.
search-data-extraction
By deadletterq
Installation
npx -y mcp-opennutritionConfiguration
{
"mcpServers": {
"mcp-opennutrition": {
"command": "npx",
"args": ["-y", "mcp-opennutrition"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes