Nutritionix MCP Server
@MCP-Forge
关于 Nutritionix MCP Server
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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"nutritionix-mcp": {
"command": "uvx",
"args": [
"nutritionix-mcp-server",
"--app-id",
"YOUR APP ID",
"--app-key",
"YOUR APP KEY"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Nutritionix MCP Server?
Nutritionix MCP Server is an MCP (Model Context Protocol) server that integrates with the Nutritionix API, enabling AI agents to access food search, nutrition data, and exercise calorie estimates via natural language input. It is designed for developers building LLM and agent-based applications that need structured nutrition information.
How to use Nutritionix MCP Server?
To use it, you need Python 3.11+, uv, a supported LLM (e.g., Claude), and Nutritionix API credentials. Add the server to your Claude Desktop config with the uvx command, passing your App ID and App Key as arguments. Once configured, the server exposes MCP tools for searching foods, parsing meals, and estimating exercise calories.
Key features of Nutritionix MCP Server
- Search common and branded food items
- Parse natural language meals into nutritional breakdowns
- Estimate calories burned from exercises (e.g., running, yoga)
- Built on the Model Context Protocol for AI agent integration
- Lightweight and easy to run with
uv
Use cases of Nutritionix MCP Server
- An AI assistant helping a user log a breakfast meal from a text description
- A fitness coach AI estimating calories burned from a user’s exercise log
- A meal planner AI searching for branded food items and their nutrition info
- A nutrition tracker automatically parsing natural language food entries
FAQ from Nutritionix MCP Server
What are the system requirements to run Nutritionix MCP Server?
You need Python 3.11+, the uv package manager, and a supported LLM host (e.g., Claude Desktop). You also need a Nutritionix API App ID and App Key from developer.nutritionix.com.
How do I authenticate with the Nutritionix API?
Authentication is done by providing your App ID and App Key as command-line arguments (--app-id and --app-key) when launching the server via uvx.
What data does Nutritionix MCP Server access?
It accesses the Nutritionix API, which provides food nutrition data, branded food items, and exercise calorie estimates. All data is retrieved from Nutritionix’s cloud-based database; no local data is stored by the server.
What transport protocol does this server use?
The server uses the MCP protocol over stdio, launched as a subprocess by the LLM host (e.g., via uvx in the Claude Desktop config).
Are there any known limitations?
The README does not list limitations, but the server depends on an active internet connection and valid Nutritionix API credentials. Adding new tools (e.g., barcode search) is listed as a welcome contribution.
其他 分类下的更多 MCP 服务器
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Nginx UI
0xJackyYet another WebUI for Nginx
评论