Skip to content
Windsurf

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

fatsecret mcp in other clients