Skip to content
Zed

fatsecret mcp for Zed

io.github.fliptheweb/fatsecret-mcp

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

client:Zed transport:stdio runtime:npm

Install fatsecret mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

fatsecret mcp in other clients