mcpbeat Sign in

Nutrients MCP Server

by ericblair1903 Your server? Claim it
local only

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

Analyze food photos or text for calories, macros, vitamins, minerals, and allergens.

Installs per day peak 164 · avg 7 · -76% w/w
a month agotoday
25
Installs / week
npm · nutrients-mcp
0
Stars
0 open issues
9 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Nutrients 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 nutrients-mcp -- npx -y nutrients-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nutrients-mcp": {
      "args": [
        "-y",
        "nutrients-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.nutrients-mcp]
command = "npx"
args = ["-y", "nutrients-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "nutrients-mcp": {
      "args": [
        "-y",
        "nutrients-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "nutrients-mcp": {
      "args": [
        "-y",
        "nutrients-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TASTYAPI_KEY (Your TastyAPI API key. Get one at https://tastyapi.com/pricing). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Nutrients MCP

same job, measured the same way
Sphere
by getsphere

Log meals, check calories and macros, set up a nutrition plan, and search foods.

answering
Food Logger MCP
by sig-foodlog

Food logging, nutrition summaries, and meal photo calorie and macro estimates.

answering
VibeVO
by vibevo

Use VibeVO API tools for campaigns, analytics, posts, creators, wallets, and factories.

191 installs/wk local only
Nutrition MCP
by andrewvg23

USDA FoodData Central nutrition data: search foods, compare macros, and analyze meals.

answering
Vinted MCP
by andrijdavid

MCP Server for Vinted that allows to search items, compare prices, and analyze sellers.

83 installs/wk local only
Odile Labs
by odilelabs

Reformat video and photos for social, and send a note-taker to a Zoom, Meet or Teams call.

answering
Pexels
by codechap

MCP server for Pexels — search photos and videos, and browse collections

local only
Facetimemcp
by aernouddekker

MCP server for macOS FaceTime — initiate phone, FaceTime audio, and FaceTime video calls

9 installs/wk local only

Nutrients MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Nutrients MCP?
Nutrients 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 nutrients-mcp was installed 25 times last week.
How do I connect Nutrients 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 nutrients-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Nutrients MCP?
The npm package nutrients-mcp was installed 25 times in the last week. Week over week that is -76%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Nutrients MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.