Back to MCP Servers

Foodblock

17 MCP tools for the food industry. Describe food in plain English and get structured, content-addressed data blocks back. Covers actors, places, ingredients, products, transforms, transfers, and observations. Works standalone with zero config via `npx foodblock-mcp`.

other-tools-and-integrationsai

Installation

npx foodblock-mcp

Configuration

{
  "mcpServers": {
    "foodblock": {
      "command": "npx",
      "args": ["-y", "foodblock"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub