Cellar Tracker MCP Server

Connect Claude to your CellarTracker wine cellar. Query your inventory, get drinking recommendations, and analyze purchases and drinking history, all through natural conversation. No need to refresh your inventory, or share your tasting notes. Claude pulls them directly from your CellarTracker account. It runs locally over stdio via the published package.

People connecting e-commerce tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-12 · ★ 6 · #14 OF 39 MAINTAINED E-COMMERCE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Cellar Tracker

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add slavins-co-cellartracker-mcp -- npx -y cellartracker-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "slavins-co-cellartracker-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cellartracker-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package cellartracker-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.slavins-co is GitHub-verified and matches the repo owner

03 · What Cellar Tracker can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.5.0 · 2026-07-13

What's new in 0.5.0 · This is a big feature-and-modernization release: three new tools, deep links, structured output across the board, pagination, and MCP resources. No breaking changes, existing text output is…

v0.4.1 · 2026-07-12

What's new in 0.4.1 · Metadata-only patch enabling publication to the official MCP Registry. No functional changes - no action needed on update. · Maintenance · MCP Registry identity - package.json now declares mcpName…

v0.4.0 · 2026-07-12

What's new in 0.4.0 · This is a robustness release: every data-path failure mode found in the 2026-07-11 audit is fixed. No breaking changes - no action needed on update. · Fixed · Partial refresh failures now…

04 · Who maintains Cellar Tracker

CellarTracker is maintained by slavins-co. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
e-commerce - ranked #14 of 39 actively-maintained e-commerce servers as of 2026-08-25.
release cadence
4 releases in the last 90 days (latest 2026-07-13)
registry
io.github.slavins-co/cellartracker-mcp (active, first published 2026-07-12 · 2 versions)
packages
npm:cellartracker-mcp

06 · Cellar Tracker FAQ

What is Cellar Tracker?

Connect Claude to your CellarTracker wine cellar. Query your inventory, get drinking recommendations, and analyze purchases and drinking history, all through natural conversation. No need to refresh your inventory, or share your tasting notes. Claude pulls them directly from your CellarTracker account. It runs locally over stdio via the published package.

Is Cellar Tracker still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-12 and it shipped 4 releases in the last 90 days. We re-verify nightly.

How do I install Cellar Tracker?

Run `npx -y cellartracker-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Cellar Tracker run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Cellar Tracker