fatsecret mcp for Windsurf
io.github.fliptheweb/fatsecret-mcp
MCP server for FatSecret API - food search, nutrition, diary, recipes, weight tracking (unofficial)
client:Windsurf
transport:stdio
runtime:npm
Install fatsecret mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"fatsecret-mcp": {
"command": "npx",
"args": [
"-y",
"fatsecret-mcp"
],
"env": {
"FATSECRET_CLIENT_ID": "<FATSECRET_CLIENT_ID>",
"FATSECRET_CLIENT_SECRET": "<FATSECRET_CLIENT_SECRET>",
"FATSECRET_CONSUMER_SECRET": "<FATSECRET_CONSUMER_SECRET>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs