Loading MCP server directory, please wait...
Wine cellar manager: bottles, racks, drink windows, pairings and a shared wine registry.
npx @getmcp/cli add app.cellarion/cellarionRequires Node.js 18+. Community-contributed server. Review source before installing.
CELLARION_TOKENPersonal API token from Settings -> API tokens (starts with cel_).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"app.cellarion/cellarion": {
"command": "npx",
"args": [
"-y",
"cellarion-mcp"
],
"env": {
"CELLARION_TOKEN": "",
"CELLARION_URL": "https://cellarion.app"
}
}
}
}