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