pipeworx-io/mcp-nutrition
MCP server for nutrition data — food search and nutritional info via Open Food Facts
Platform-specific configuration:
{
"mcpServers": {
"mcp-nutrition": {
"command": "npx",
"args": [
"-y",
"mcp-nutrition"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Nutrition MCP — wraps Open Food Facts API (free, no auth)
Part of the Pipeworx open MCP gateway.
| Tool | Description | |------|-------------|
Add to your MCP client config:
{
"mcpServers": {
"nutrition": {
"url": "https://gateway.pipeworx.io/nutrition/mcp"
}
}
}Or use the CLI:
npx pipeworx use nutritionMIT
Loading reviews...