fatsecret mcp for Cursor
io.github.fliptheweb/fatsecret-mcp
MCP server for FatSecret API - food search, nutrition, diary, recipes, weight tracking (unofficial)
client:Cursor
transport:stdio
runtime:npm
Install fatsecret mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fatsecret-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs