Fatsecret MCP
Rank #11,366io.github.fliptheweb/fatsecret-mcp
MCP server providing fatsecret-mcp capabilities
Fatsecret MCP is a Model Context Protocol (MCP) server published by fliptheweb. It ranks #11,366 of 132,113 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. Fatsecret MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Feb 28, 2026 and most recently updated on Feb 28, 2026.
Ranks ahead of 120,747 of 132,113 servers on MCP Toplist.
Use Fatsecret MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add fatsecret-mcp -e "FATSECRET_CLIENT_ID=<your FATSECRET_CLIENT_ID>" -e "FATSECRET_CLIENT_SECRET=<your FATSECRET_CLIENT_SECRET>" -e "FATSECRET_CONSUMER_SECRET=<your FATSECRET_CONSUMER_SECRET>" -- npx -y fatsecret-mcpReplace each placeholder with your own value before saving.
[mcp_servers.fatsecret-mcp]
command = "npx"
args = ["-y", "fatsecret-mcp"]
[mcp_servers.fatsecret-mcp.env]
FATSECRET_CLIENT_ID = "<your FATSECRET_CLIENT_ID>"
FATSECRET_CLIENT_SECRET = "<your FATSECRET_CLIENT_SECRET>"
FATSECRET_CONSUMER_SECRET = "<your FATSECRET_CONSUMER_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"fatsecret-mcp": {
"type": "stdio",
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.fliptheweb%2Ffatsecret-mcp)<a href="https://mcptoplist.com/server/io.github.fliptheweb%2Ffatsecret-mcp"><img src="https://mcptoplist.com/badge/io.github.fliptheweb%2Ffatsecret-mcp.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
fliptheweb
Other servers by fliptheweb
View all fliptheweb servers →Available versions (3)
| Version | Published |
|---|---|
| 0.0.8 | Feb 28, 2026 |
| 0.0.7 | Feb 28, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Fatsecret MCP?
- Fatsecret MCP is maintained by fliptheweb, which publishes 2 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Fatsecret MCP listed on the Official MCP Registry?
- Yes — Fatsecret MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Fatsecret MCP have?
- MCP Toplist tracks 3 versions of Fatsecret MCP, most recently published on Feb 28, 2026.
- Where can I find the source code for Fatsecret MCP?
- The source code for Fatsecret MCP is hosted at github.com/fliptheweb/fatsecret-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.