Loading MCP server directory, please wait...
MCP server for FatSecret API - food search, nutrition, diary, recipes, weight tracking (unofficial)
npx @getmcp/cli add io.github.fliptheweb/fatsecret-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
FATSECRET_CLIENT_IDFatSecret API Client ID
FATSECRET_CLIENT_SECRETFatSecret API Client Secret (OAuth 2.0)
FATSECRET_CONSUMER_SECRETFatSecret API Consumer Secret (OAuth 1.0)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.fliptheweb/fatsecret-mcp": {
"command": "npx",
"args": [
"-y",
"fatsecret-mcp"
],
"env": {
"FATSECRET_CLIENT_ID": "",
"FATSECRET_CLIENT_SECRET": "",
"FATSECRET_CONSUMER_SECRET": ""
}
}
}
}