mcpbeat Sign in

Indian Food Nutrition MCP Server

by krishnabhat Your server? Claim it
local only

Indian Food Nutrition MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from npm. Last commit 12 Jun 2026.

Indian-accurate nutrition logging for your AI: IFCT 2017 + USDA, by text or photo.

Installs per day peak 14 · avg 7 · -38% w/w
a month agotoday
36
Installs / week
npm · indian-food-nutrition-mcp
1
Stars
1 open issues
12 Jun 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a database query by concatenation src/csv.ts:46
      .prepare(`SELECT ${COLUMNS.join(", ")} FROM meal_entries ORDER BY logged_at ASC, id ASC`)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 indian-food-nutrition-mcp -- npx -y indian-food-nutrition-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "indian-food-nutrition-mcp": {
      "args": [
        "-y",
        "indian-food-nutrition-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.indian-food-nutrition-mcp]
command = "npx"
args = ["-y", "indian-food-nutrition-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "indian-food-nutrition-mcp": {
      "args": [
        "-y",
        "indian-food-nutrition-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "indian-food-nutrition-mcp": {
      "args": [
        "-y",
        "indian-food-nutrition-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Indian Food Nutrition MCP

same job, measured the same way
January AI Nutrition
by january

Food photo recognition, nutrition search, meal logging and glucose prediction for health apps

answering
Food Logger MCP
by sig-foodlog

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

answering
Dieta.ai
by mcp-dir

Nutrition tracking by Dieta.ai. Read your food log with macros (calories, protein, carbs, fat, fiber

19 tools answering
DanBooks — AI Bookkeeping
by jeremiahclark79-ai

AI bookkeeping for small business. Create invoices, log expenses, and check P&L by voice or text.

27 installs/wk local only
agentleFS
by agentlefs

One permissioned folder your team and your AI agents both log into.

answering
Leaf
by readwithleaf

AI assistant integration for Leaf — track books, log reading sessions, and manage your library.

answering
Chron
by sirinivask

Timestamped audit log for every AI conversation — stored locally in SQLite, owned by you.

242 installs/wk local only
Trace Forge
by mdfifty50-boop

Structured execution trace and span logging for AI agents

28 installs/wk local only

Indian Food Nutrition MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Indian Food Nutrition MCP?
Indian Food Nutrition 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 indian-food-nutrition-mcp was installed 36 times last week.
How do I connect Indian Food Nutrition 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 indian-food-nutrition-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Indian Food Nutrition MCP?
The npm package indian-food-nutrition-mcp was installed 36 times in the last week. Week over week that is -38%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Indian Food Nutrition MCP open source?
Yes — it is published under the AGPL-3.0 licence, written in TypeScript, 1 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.