Analyze food photos or text for calories, macros, vitamins, minerals, and allergens.
claude mcp add nutrients-mcp -- npx -y nutrients-mcp
claude_desktop_config.json
{
"mcpServers": {
"nutrients-mcp": {
"command": "npx",
"args": [
"-y",
"nutrients-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"nutrients-mcp": {
"command": "npx",
"args": [
"-y",
"nutrients-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"nutrients-mcp": {
"command": "npx",
"args": [
"-y",
"nutrients-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"nutrients-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nutrients-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"nutrients-mcp": {
"command": "npx",
"args": [
"-y",
"nutrients-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.ericblair1903--nutrients-mcp/reviews or the review_server meta-tool.
POST /mcp