MCP Server Connects Claude to CellarTracker Wine Inventory

A developer has created an MCP server that connects Claude directly to CellarTracker accounts, eliminating the need for manual CSV exports when querying wine collections.
What It Does
The MCP server pulls inventory, tasting notes, purchase history, and drinking windows from CellarTracker and allows Claude to query this data conversationally. The developer previously relied on manually uploaded CSVs, which made data stale quickly and required tedious export/import processes.
Practical Use Cases
The developer shares specific examples of how they use the tool:
- "What whites do I have that pair well with seafood?"
- "Which wines should I drink in the next 2 months?"
- "Which wines should I move to my fridge so they're ready to drink soon?"
- "What are my top rated bottles from the past year?"
- "What should I open with dinner tonight?"
- "What Italian reds do I have?"
Technical Details
The tool works as either a one-click Desktop Extension or as a Claude Code plugin with additional skills for purchase evaluation. It's open source with an MIT license. Since CellarTracker has no official API (despite having approximately 1 million users), the MCP uses their documented CSV export endpoint.
The project started as a personal proof of concept, but the developer worked in Claude Code to make it robust and easy to install. They've shared it with communities who might find it useful.
📖 Read the full source: r/ClaudeAI
👀 See Also

Local Voice Control Setup for AI Agents on Apple Silicon
Setup local voice control for AI agents using Parakeet STT and Kokoro TTS on Apple Silicon for fast and cloud-independent interactions.

Visual Studio 2022 Extension Adds Native Ollama Integration for Local LLMs
A free extension for Visual Studio 2022 connects directly to local Ollama endpoints, enabling private AI coding assistance without switching between tools. It supports models like DeepSeek and Llama 3 with cloud fallback options.

llm-idle-timeout Fires at 2 Minutes on N100/WSL2 Despite timeoutSeconds Setting
A user reports that the idle watchdog in OpenClaw fires after 2 minutes on N100/WSL2 hardware, ignoring the timeoutSeconds=300 setting, due to slow gateway startup (45+ seconds) and no configurable noOutputTimeoutMs.

Manifest Router Adds ZAI Subscription Support for OpenClaw Model Management
Manifest router now supports ZAI subscriptions, allowing all ZAI models to appear in routing tiers with automatic model selection per request. The tool is in beta, free, open source, and includes a dashboard for tracking costs per agent, message, and model.