mcpbeat Sign in

Fatsecret MCP Server

local only

Fatsecret MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 66 installs a week from npm. Last commit 1 Aug 2026.

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

Installs per day peak 161 · avg 16 · +360% w/w
a month agotoday
66
Installs / week
npm · fatsecret-mcp
7
Stars
1 open issues
1 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Fatsecret MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add fatsecret-mcp -- npx -y fatsecret-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fatsecret-mcp": {
      "args": [
        "-y",
        "fatsecret-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fatsecret-mcp]
command = "npx"
args = ["-y", "fatsecret-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "fatsecret-mcp": {
      "args": [
        "-y",
        "fatsecret-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fatsecret-mcp": {
      "args": [
        "-y",
        "fatsecret-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FATSECRET_CLIENT_ID (FatSecret API Client ID), FATSECRET_CLIENT_SECRET (FatSecret API Client Secret (OAuth 2.0)), FATSECRET_CONSUMER_SECRET (FatSecret API Consumer Secret (OAuth 1.0)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Fatsecret MCP

same job, measured the same way
Filesystem MCP
by j0hanz

Secure filesystem MCP server for reading, writing, searching, diffing, and patching files.

1 086 installs/wk local only
Securityscorecard MCP
by callmarcus

Community-built, comprehensive MCP server for the SecurityScorecard API (unofficial).

86 installs/wk local only
Wass MCP
by tb0hdan

MCP server for web application security scanning

local only
CrawlEyes MCP Server
by waiky-github

Web scraping & search for AI agents: extract, SearXNG search, rerank, robots compliance. No API key.

803 installs/wk local only
Secret MCP
by yyeongjin

Local MCP server for isolated, evidence-backed GDWEB design analysis and web search.

29 installs/wk local only
Odysseus Web MCP
by aceatdev

Secure MCP server for public web search and URL fetching.

local only
Update Hijack Poc
by nottiboy137

PoC benign MCP server for update-hijack security research

19 installs/wk local only
Filesystem Context
by j0hanz

🔍 Read-only MCP server for secure filesystem exploration, searching, and analysis

local only

Fatsecret MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Fatsecret MCP?
Fatsecret MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package fatsecret-mcp was installed 66 times last week.
How do I connect Fatsecret MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls fatsecret-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Fatsecret MCP?
The npm package fatsecret-mcp was installed 66 times in the last week. Week over week that is +360%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Fatsecret MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 7 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.