Skip to content
Cursor

nutrients mcp for Cursor

io.github.ericblair1903/nutrients-mcp

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

client:Cursor transport:stdio runtime:npm

Install nutrients mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "nutrients-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "nutrients-mcp"
      ],
      "env": {
        "TASTYAPI_KEY": "<TASTYAPI_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

nutrients mcp in other clients