Read-only access to your CellarTracker wine cellar: inventory, drinking windows, purchases, notes.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Disclaimer: This is a community-maintained project with no affiliation to, or endorsement by, CellarTracker! LLC. It uses CellarTracker's self-serve data export on your own account's behalf.
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.
Two install methods for different Claude interfaces. You may need one or both:
| Desktop Extension (.mcpb) | Claude Code Plugin | |
|---|---|---|
| Works in | Chat (Desktop), Cowork | Cowork, Code |
| Tools | 11 cellar tools | All 13 tools (includes setup-credentials and clear-user-data) |
| Skills | No | Yes |
| Setup | One-click download | Marketplace or CLI |
| Credentials | Prompted on install, stored in OS keychain | Run setup-credentials after install |
Which do I need?
Installing both is safe. The extension covers Chat (Desktop); the plugin covers Cowork and Code. In Cowork, both are accessible without conflict. Note, there is no coverage for claude.ai web chat sessions.
One-click install. No terminal needed.
cellartracker-mcp.mcpb from the latest releaseCredentials are stored in your OS keychain (macOS Keychain / Windows Credential Manager). To update them later, go to Customize > Connectors > CellarTracker.
Full experience with tools and skills.
slavins-co/cellartracker-mcpStep 1: Add the marketplace
Step 2: Install the plugin
Step 3: Set up credentials immediately β say:
"Set up my CellarTracker credentials"
Claude will verify and save them. No restart needed. Without credentials, tools will return errors and skills won't have data to work with.
Alternative: Set CT_USERNAME and CT_PASSWORD as environment variables in your shell profile.
Credentials are stored only on your machine. When using the setup tool, they pass through Anthropic's servers as part of the conversation. They are sent to CellarTracker's servers for authentication.
| Tool | What it does |
|---|---|
setup-credentials | Connect your CellarTracker account (Claude Code plugin only β Desktop Extension handles credentials during install) |
search-cellar | Find wines by name, color, region, varietal, location, or vintage |
drinking-recommendations | Wines to open now, sorted by drinking window urgency |
cellar-stats | Collection overview β totals and breakdowns by any dimension |
purchase-history | Spending analysis by store, date range, or wine |
recent-deliveries | Wines actually received in a date range, by delivery date (not order date) |
incoming-orders | Wines ordered but not yet received β what's on the way |
get-wishlist | Your wishlist with notes on why each wine was added and a max price |
consumption-history | Wines you've opened β by name, color, or date range |
tasting-notes | Your tasting notes and reviews with ratings and scores |
bottle-details | Find individual bottles by name, location, bin, size, or barcode β cellar and consumed |
refresh-data | Force a fresh pull (auto-refreshes every 24 hours) |
clear-user-data | Remove stored credentials and cached data from this machine (Claude Code plugin only) |
Every tool returns structured JSON alongside its readable text, so clients can compute over results directly. List tools support offset pagination past the 25-per-page cap.
For bulk analysis without per-tool result caps, the server also exposes the cached table exports as MCP resources: cellartracker://tables/<Table> (raw CSV, one per table β List, Notes, Purchase, Consumed, Availability, Tag, Bottles, Pending) and cellartracker://meta/cache (JSON freshness timestamps per table plus the server version, readable without credentials).
Note: Skills are available in Cowork and Code modes via the Claude Code plugin. Chat mode (Desktop Extension) provides tools only.
cellartracker-data β Teaches Claude to interpret CellarTracker data: table relationships, score abbreviations, drinking windows, and query routing.
wine-purchase-evaluator β Framework for evaluating wine purchases. Two-score system (Quality + Personal Fit) with BUY/CONSIDER/PASS verdicts. Checks your cellar for redundancy, verifies pricing, and applies drinking window discipline.
To customize the evaluator for your preferences, copy skills/wine-purchase-evaluator/references/preferences-example.md to preferences.md in the same directory and edit it.
CellarTracker has no official API. This server uses their CSV export endpoint, which authenticates with your username and password over HTTPS. Data is cached locally and auto-refreshes every 24 hours.
The server can only access your data β inventory, purchases, notes, and wishlist. It cannot search CellarTracker's full wine database.
CellarTracker has no OAuth, API keys, or scoped tokens. Authentication requires your actual account username and password, sent as URL query parameters over HTTPS. While encrypted on the wire, query parameters are routinely logged in server-side access logs on CellarTracker's infrastructure. There is no way to create read-only or limited-access credentials, therefore, this MCP only performs read operations, but it authenticates with your full account.
| Protection | Details |
|---|---|
| File permissions | Config directory 0700, .env file 0600 β only your OS user can read |
| Error stripping | Network errors are caught and re-thrown without the URL, which contains credentials |
| No logging | Credentials never appear in stdout, stderr, or error messages |
| OS keychain | Desktop Extension (.mcpb) stores credentials in macOS Keychain / Windows Credential Manager |
| Env var support | Set CT_USERNAME / CT_PASSWORD environment variables to avoid storing credentials on disk |
The Claude Code plugin stores credentials as plaintext in ~/.config/cellartracker-mcp/.env. We evaluated OS keychain integration (#22) and decided against it. The native dependency cost (node-gyp / keytar) outweighs the security benefit for wine cellar data, and the Desktop Extension path already uses the OS keychain.
setup-credentials tool if you want to avoid persisting credentials to disk.cellartracker-mcp@0.5.0) rather than relying on @latest.For contributors or anyone who wants to run from source:
If you run npx -y cellartracker-mcp (e.g. via an MCP client config) with your working directory inside a local checkout of this repo, npm can resolve the bare package name to that local folder instead of downloading it from the registry β so whatever is on disk in dist/ gets served, not the published version. npm install/npm ci now runs a prepare script that rebuilds dist/ automatically, so a fresh clone is always current. But if you edit src/ directly and don't run npm install or npm run build again, dist/ will silently go stale β the server keeps running the old compiled code with no error. If output looks wrong while developing, rebuild (npm run build) before assuming the bug is in src/.
This project was developed with AI assistance.
This project is in no way affiliated or connected to CellarTracker! LLC. "CellarTracker" is a trademark of CellarTracker! LLC.
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/cellartracker)<a href="https://allmcps.com/mcp/cellartracker"><img src="https://allmcps.com/api/badge/cellartracker?style=directory" alt="CellarTracker on AllMCPs" /></a>