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).
Run
npx -y brewers-almanack
MCP client config
{
"mcpServers": {
"brewers-almanack": {
"command": "npx",
"args": [
"-y",
"brewers-almanack"
]
}
}
}