Odel
brewers almanack

brewers almanack

Local
@gregario2TypeScriptMITUpdated Today

Brewing knowledge MCP — beer styles, ingredients, off-flavours, water chemistry, recipes

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmbrewers-almanackv0.1.0

Run

npx -y brewers-almanack

MCP client config

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