Odel
CellarTracker

CellarTracker

Local
@slavins-co6TypeScriptMITUpdated 3w ago

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

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).

npmcellartracker-mcpv0.5.0

Run

npx -y cellartracker-mcp

MCP client config

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