Loading MCP server directory, please wait...
USDA FoodData Central: food search, nutrition data, and a quality-first find_food tool
npx @getmcp/cli add io.github.trellislabs-hq/fooddata-central-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
FDC_API_KEYUSDA FoodData Central API key. Get a free key at https://fdc.nal.usda.gov/api-guide. DEMO_KEY works for testing (30 req/hr limit).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.trellislabs-hq/fooddata-central-mcp": {
"command": "npx",
"args": [
"-y",
"@trellis-labs/fooddata-central-mcp"
],
"env": {
"FDC_API_KEY": ""
}
}
}
}