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-mcpConfiguration
{
"mcpServers": {
"foodblock": {
"command": "npx",
"args": ["-y", "foodblock"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes