HomeOther › Cellarion

Cellarion

Wine cellar manager: bottles, racks, drink windows, pairings and a shared wine registry.

JavaScript Remote
★ 22 stars Last pushed 2026-09-23 License: AGPL-3.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://cellarion.app/api/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http cellarion https://cellarion.app/api/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "cellarion": {
      "url": "https://cellarion.app/api/mcp"
    }
  }
}

Package (npm 0.1.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "cellarion": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "CELLARION_TOKEN": "<YOUR_VALUE>",
        "CELLARION_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • CELLARION_TOKEN required secret — Personal API token from Settings -> API tokens (starts with cel_).
  • CELLARION_URL — Base URL of your Cellarion server. Leave unset for the hosted app.

This repository has 2 servers listed in the Official MCP Registry.

Other names: app.cellarion/wine-registry

Related servers

Data from the Official MCP Registry