nutrients mcp for Windsurf
io.github.ericblair1903/nutrients-mcp
Analyze food photos or text for calories, macros, vitamins, minerals, and allergens.
client:Windsurf
transport:stdio
runtime:npm
Install nutrients mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"nutrients-mcp": {
"command": "npx",
"args": [
"-y",
"nutrients-mcp"
],
"env": {
"TASTYAPI_KEY": "<TASTYAPI_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs