A remote MCP server for personal nutrition tracking — log meals, track macros, and review nutrition history through conversation.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"nutrition-mcp": {
"command": "npx",
"args": [
"-y",
"akutishevsky/nutrition-mcp"
]
}
}
}
Run in terminal:
claude mcp add nutrition-mcp npx -y akutishevsky/nutrition-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"nutrition-mcp": {
"command": "npx",
"args": [
"-y",
"akutishevsky/nutrition-mcp"
]
}
}
}