Back to directory
jlfwong/food-data-central-mcp-server

jlfwong/food-data-central-mcp-server

@jlfwong

MCP server for exposing API access to USDA's FoodData Central API

usdafood-datanutritionapimcp-servertypescripttool

Installation & Configuration

{
  "mcpServers": {
    "food-data-central": {
      "command": "npx",
      "args": [
        "tsx",
        "src/index.ts"
      ],
      "env": {
        "USDA_API_KEY": "<INSERT KEY HERE>"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15