HomeOther › FoodBlock

FoodBlock

Food data tools for any AI agent. Describe food in English, get structured data back.

TypeScript Local
★ 1 stars Last pushed 2026-09-23 License: MIT

Topics: Other Tools and Integrations

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.5.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "foodblock": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "FOODBLOCK_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • FOODBLOCK_URL — Optional FoodBlock server URL. Leave empty for standalone mode.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry