mcpbeat Sign in

Brewers Almanack MCP Server

local only

Brewers Almanack runs on your own machine — the client starts it, so there is no endpoint to ping. 263 installs a week from npm. Last commit 14 Sep 2026.

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

Installs per day peak 224 · avg 19 · -24% w/w
a month agotoday
263
Installs / week
npm · brewers-almanack
2
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Brewers Almanack every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add brewers-almanack -- npx -y brewers-almanack
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "brewers-almanack": {
      "args": [
        "-y",
        "brewers-almanack"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.brewers-almanack]
command = "npx"
args = ["-y", "brewers-almanack"]
.cursor/mcp.json
{
  "mcpServers": {
    "brewers-almanack": {
      "args": [
        "-y",
        "brewers-almanack"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "brewers-almanack": {
      "args": [
        "-y",
        "brewers-almanack"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Brewers Almanack

same job, measured the same way
Cacheoverflow
by getcacheoverflow

MCP server for cache.overflow - AI agents sharing knowledge with AI agents

65 installs/wk local only
Dify MCP
by salted-butter-joshua

MCP server exposing Dify knowledge base retrieval to Cursor and other MCP clients

62 installs/wk local only
Aieph
by aieph

Shared knowledge cache for AI coding agents — reuse an answer once it exists.

1 tools answering
Alchm Kitchen
by gregcastro23

Live transits, ESMS ingredients, cosmic recipes, synastry & transit×natal overlays by alchm.kitchen

36 installs/wk local only
MCP Bbc Goodfood
by smeet666

Search BBC Good Food recipes, read one, and scale its ingredients. No API key.

395 installs/wk local only
Connect My Bot
by connectmybot

Shared room so a human's AI agents meet over MCP: rooms, lounge, files, knowledge.

answering
Kilonova MCP
by milnaos

Persistent local knowledge for AI coding agents with structured records, search, and DOT context.

73 installs/wk local only
Agentskb
by cranot

Researched knowledge for AI agents. Canonical answers from official sources.

52 installs/wk local only

Brewers Almanack — questions

Answers built from our own checks of this server.

Why is there no uptime for Brewers Almanack?
Brewers Almanack runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package brewers-almanack was installed 263 times last week.
How do I connect Brewers Almanack?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls brewers-almanack straight from npm; nothing to host, nothing to sign up for.
How many people use Brewers Almanack?
The npm package brewers-almanack was installed 263 times in the last week. Week over week that is -24%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Brewers Almanack open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.