Cellarion
Rank #3,595app.cellarion/cellarion
Wine cellar manager: bottles, racks, drink windows, pairings and a shared wine registry.
Cellarion is a Model Context Protocol (MCP) server published by jagduvi1. It ranks #3,595 of 132,405 servers tracked on MCP Toplist, and its repository has 22 GitHub stars. Cellarion is listed on Official MCP, with 1 tracked version. It was first listed on Jul 18, 2026 and most recently updated on Jul 18, 2026.
Ranks ahead of 128,810 of 132,405 servers on MCP Toplist.
Use Cellarion
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http cellarion https://cellarion.app/api/mcpclaude mcp add cellarion -e "CELLARION_TOKEN=<your CELLARION_TOKEN>" -e "CELLARION_URL=<your CELLARION_URL>" -- npx -y cellarion-mcpReplace each placeholder with your own value before saving.
[mcp_servers.cellarion]
url = "https://cellarion.app/api/mcp"Add to ~/.codex/config.toml.
[mcp_servers.cellarion]
command = "npx"
args = ["-y", "cellarion-mcp"]
[mcp_servers.cellarion.env]
CELLARION_TOKEN = "<your CELLARION_TOKEN>"
CELLARION_URL = "<your CELLARION_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://cellarion.app/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"cellarion": {
"command": "npx",
"args": [
"-y",
"cellarion-mcp"
],
"env": {
"CELLARION_TOKEN": "<your CELLARION_TOKEN>",
"CELLARION_URL": "<your CELLARION_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cellarion": {
"url": "https://cellarion.app/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"cellarion": {
"command": "npx",
"args": [
"-y",
"cellarion-mcp"
],
"env": {
"CELLARION_TOKEN": "<your CELLARION_TOKEN>",
"CELLARION_URL": "<your CELLARION_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"cellarion": {
"type": "http",
"url": "https://cellarion.app/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"cellarion": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cellarion-mcp"
],
"env": {
"CELLARION_TOKEN": "<your CELLARION_TOKEN>",
"CELLARION_URL": "<your CELLARION_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cellarion": {
"serverUrl": "https://cellarion.app/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"cellarion": {
"command": "npx",
"args": [
"-y",
"cellarion-mcp"
],
"env": {
"CELLARION_TOKEN": "<your CELLARION_TOKEN>",
"CELLARION_URL": "<your CELLARION_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cellarion": {
"url": "https://cellarion.app/api/mcp"
}
}
}{
"mcpServers": {
"cellarion": {
"command": "npx",
"args": [
"-y",
"cellarion-mcp"
],
"env": {
"CELLARION_TOKEN": "<your CELLARION_TOKEN>",
"CELLARION_URL": "<your CELLARION_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/app.cellarion%2Fcellarion)<a href="https://mcptoplist.com/server/app.cellarion%2Fcellarion"><img src="https://mcptoplist.com/badge/app.cellarion%2Fcellarion.svg" alt="MCP Toplist: Top 5% of 132,405" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
jagduvi1
Available versions (1)
| Version | Published |
|---|---|
| 1.82.4 | Jul 18, 2026 |
Frequently asked questions
- Who maintains Cellarion?
- Cellarion is maintained by jagduvi1, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Cellarion listed on the Official MCP Registry?
- Yes — Cellarion is listed on the Official MCP Registry.
- How many versions does Cellarion have?
- MCP Toplist tracks 1 version of Cellarion, most recently published on Jul 18, 2026.
- Where can I find the source code for Cellarion?
- The source code for Cellarion is hosted at github.com/jagduvi1/Cellarion.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.