← Index

io.github.fliptheweb/fatsecret-mcp

io.github.fliptheweb/fatsecret-mcp·v0.0.8·Search
Quality Score
78
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "fatsecret-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "fatsecret-mcp"
      ],
      "env": {
        "FATSECRET_CLIENT_ID": "<your-fatsecret_client_id>",
        "FATSECRET_CLIENT_SECRET": "<your-fatsecret_client_secret>",
        "FATSECRET_CONSUMER_SECRET": "<your-fatsecret_consumer_secret>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "fatsecret-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "fatsecret-mcp"
      ],
      "env": {
        "FATSECRET_CLIENT_ID": "<your-fatsecret_client_id>",
        "FATSECRET_CLIENT_SECRET": "<your-fatsecret_client_secret>",
        "FATSECRET_CONSUMER_SECRET": "<your-fatsecret_consumer_secret>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y fatsecret-mcp
§02  Environment variables
FATSECRET_CLIENT_ID
requiredsecret

FatSecret API Client ID

FATSECRET_CLIENT_SECRET
requiredsecret

FatSecret API Client Secret (OAuth 2.0)

FATSECRET_CONSUMER_SECRET
requiredsecret

FatSecret API Consumer Secret (OAuth 1.0)

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Search