mcpbeat Sign in

CellarTracker MCP Server

by slavins-co Your server? Claim it
local only

CellarTracker runs on your own machine — the client starts it, so there is no endpoint to ping. 71 installs a week from npm. Last commit 15 Jul 2026.

Read-only access to your CellarTracker wine cellar: inventory, drinking windows, purchases, notes.

Installs per day peak 189 · avg 21 · -27% w/w
a month agotoday
71
Installs / week
npm · cellartracker-mcp
6
Stars
2 open issues
15 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check CellarTracker 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 cellartracker-mcp -- npx -y cellartracker-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cellartracker-mcp": {
      "args": [
        "-y",
        "cellartracker-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cellartracker-mcp]
command = "npx"
args = ["-y", "cellartracker-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cellartracker-mcp": {
      "args": [
        "-y",
        "cellartracker-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cellartracker-mcp": {
      "args": [
        "-y",
        "cellartracker-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CT_USERNAME (CellarTracker username. Optional at install: the setup-credentials tool can store login locally instead.), CT_PASSWORD (CellarTracker password. Optional at install: the setup-credentials tool can store login locally instead.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to CellarTracker

same job, measured the same way
Gkmex Crane Inventory
by gkmex75

Public, zero-auth, read-only access to Gkmex used-crane inventory.

3 tools answering
Pithflow
by pithflow

Read-only access to your own Pithflow meeting notes, transcripts, dictionary and usage.

answering
aNotepad
by anotepad

AI access to your aNotepad online notes: read, search, write, and organize via 22 tools.

answering
PumpX
by pumpx

Read-only access to your PumpX workout log: sessions, lift history, PRs, routines, measurements.

answering
Dataassist Io
by dataassistio

Query your org's data in natural language — read-only MCP access to SQL, NoSQL, files & warehouses.

answering
Cellarion
by cellarion

Wine cellar manager: bottles, racks, drink windows, pairings and a shared wine registry.

30 installs/wk answering
Synci
by synci

Read-only access to your bank, investment, and crypto accounts: balances, transactions, holdings.

answering
Infrapage
by infra

Read-only access to your Infrapage dashboards: pages, widgets, live values, weekly recaps.

answering

CellarTracker — questions

Answers built from our own checks of this server.

Why is there no uptime for CellarTracker?
CellarTracker 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 cellartracker-mcp was installed 71 times last week.
How do I connect CellarTracker?
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 cellartracker-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use CellarTracker?
The npm package cellartracker-mcp was installed 71 times in the last week. Week over week that is -27%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is CellarTracker open source?
Yes — it is published under the MIT licence, written in TypeScript, 6 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.