Foodblock MCP Server

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

Local serverstdioPython

What is the Foodblock MCP server?

Food data tools for any AI agent. Describe food in English, get structured data back. Exposed over MCP by the foodblock mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

One axiom. Three fields. Six base types. Every food industry operation.

Adding it to your client

foodblock on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Its toolset

Everything the assistant can do here goes through one of these:

  • TEMPLATES — The TEMPLATES tool exposed by this server
  • VOCABULARIES — Built-in vocabulary definitions: bakery, restaurant, farm, retail, lot, units, workflow

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the foodblock mcp server does with a few real requests.

When to reach for it

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Foodblock's toolset — TEMPLATES, VOCABULARIES — is a fair guide to whether it matches your workflow. It is maintained by FoodXDevelopment; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
TEMPLATESThe TEMPLATES tool exposed by this server.
VOCABULARIESBuilt-in vocabulary definitions: bakery, restaurant, farm, retail, lot, units, workflow.

How to install the Foodblock MCP server

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

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Foodblock to TEMPLATES.
  • Use Foodblock to VOCABULARIES.

Frequently asked questions

It connects Foodblock to MCP-compatible AI assistants such as Claude and Cursor, exposing 2 tools (TEMPLATES, VOCABULARIES) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Foodblock directly.