nutrients mcp for Claude Desktop
io.github.ericblair1903/nutrients-mcp
Analyze food photos or text for calories, macros, vitamins, minerals, and allergens.
client:Claude Desktop
transport:stdio
runtime:npm
Install nutrients mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"nutrients-mcp": {
"command": "npx",
"args": [
"-y",
"nutrients-mcp"
],
"env": {
"TASTYAPI_KEY": "<TASTYAPI_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs