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

Relay: A Tool for Handing Off Claude Code Sessions to Other AI Agents
Relay is a Rust binary that extracts Claude Code's session context—including conversation history, tool calls, errors, and git state—and transfers it to other AI agents like Codex or Gemini when rate limits are hit. It supports 8 agents and can be installed via GitHub or npm.

Developer Builds Open Source AI Skill to Validate Startup Ideas, Kills Own Idea in 10 Minutes
A developer built an open source AI skill called startup-design that walks through 8 phases of startup validation from brainstorming to financial projections. When testing it on his own startup idea, the skill asked hard questions that revealed he wasn't the right founder for that particular concept.

Claude IDE Bridge: WebSocket Tool for Real-Time IDE Access
claude-ide-bridge is a WebSocket bridge that connects Claude Code directly to IDE internal state, enabling live diagnostics, go-to-definition, find references, type hovering, file opening, breakpoint management, and debugger state streaming.

Open-source web dashboard tracks Claude token usage for remote workflows
A developer built react-ai-token-monitor, a lightweight web dashboard that parses local Claude project files in real-time to calculate costs, show model breakdowns, and track usage patterns. The tool revealed $4,808 worth of Claude tokens consumed in March 2026 on a Max 20x plan.