Catalog
Forkbit
Officialby forkbit
Nutrition data for AI agents: search foods, look up nutrients, parse meals, analyze recipes.
Nutrition data for AI agents: search foods, look up nutrients, parse meals, analyze recipes.
README not available yet.
Install
Configuration
Environment variables
FORKBIT_API_KEYrequiredsecretYour Forkbit API key, from the dashboard at https://forkbit.io/app
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@forkbit/mcp@1.0.1"
],
"env": {
"FORKBIT_API_KEY": "<YOUR_FORKBIT_API_KEY>"
}
}
}
}