Skip to content
Cline

fatsecret mcp for Cline

io.github.fliptheweb/fatsecret-mcp

MCP server for FatSecret API - food search, nutrition, diary, recipes, weight tracking (unofficial)

client:Cline transport:stdio runtime:npm

Install fatsecret mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

fatsecret mcp in other clients