MCP Server
Active
AGPL-3.0
Cellarion Wine Registry MCP Server
app.cellarion/wine-registry
What is the Cellarion Wine Registry MCP server?
Public wine registry and guides: search wines, grapes, regions, appellations. No account.
How to install Cellarion Wine Registry
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"wine-registry": {
"url": "https://cellarion.app/api/mcp/public"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"wine-registry": {
"serverUrl": "https://cellarion.app/api/mcp/public"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"wine-registry": {
"type": "http",
"url": "https://cellarion.app/api/mcp/public"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"wine-registry": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://cellarion.app/api/mcp/public"
]
}
}
}Claude Code
claude mcp add --transport http wine-registry https://cellarion.app/api/mcp/publicRelated MCP servers
Cellarion
Active
Wine cellar manager: bottles, racks, drink windows, pairings and a shared wine registry.
16
View repository →JavaScript
AGPL-3.0