Odel
nutrients mcp

nutrients mcp

Local
@ericblair1903JavaScriptMITUpdated 4w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmnutrients-mcpv1.0.3

Run

npx -y nutrients-mcp

MCP client config

{
  "mcpServers": {
    "nutrients-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nutrients-mcp"
      ]
    }
  }
}