An MCP server that integrates with the Nutritionix API to provide nutrition data, meal insights, and food logging capabilities. Ideal for AI agents managing health, fitness, or dietary workflows.
Server Config
{
"mcpServers": {
"nutritionix-mcp": {
"command": "uvx",
"args": [
"nutritionix-mcp-server",
"--app-id",
"YOUR APP ID",
"--app-key",
"YOUR APP KEY"
]
}
}
}