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).
Run
npx -y cellartracker-mcp
MCP client config
{
"mcpServers": {
"cellartracker": {
"command": "npx",
"args": [
"-y",
"cellartracker-mcp"
]
}
}
}