sseMITupdated 2mo ago
AI wine recommendations via MCP: search Vivino, explore by rating, price and style, fetch full wine details and get meal-aware bottle suggestions in Claude or ChatGPT.
What can you do with mcp server vivino?
Vivino MCP Server
AI wine recommendations via MCP: search Vivino, explore by rating, price and style, fetch full wine details and get meal-aware bottle suggestions in Claude or ChatGPT.
Try it on Apify Store | Pay-per-event | Free tier available
Features
- 4 MCP tools: search, explore, wine details, recommendations
- Vivino ratings, prices, taste profiles and vintages
- Meal, budget and occasion-aware bottle recommendations
- Filter by rating, price, style, region and type
- No Vivino account or API key required, only your Apify token
- Stateless transport: every request is independent, no session to manage
- Works with Claude Desktop, Claude Code, ChatGPT, Cursor and any MCP-compatible client
Quick Start
- Open the Actor on Apify and get your free API token
- Connect your AI client using the MCP endpoint below
- Ask for a wine in plain language
Claude Desktop
Go to Settings > MCP Servers > Add Custom Connector and paste:
https://mrbridge--vivino-mcp-server.apify.actor/mcp?token=YOUR_APIFY_TOKEN
Example Prompts
- "Find me a highly rated Chateauneuf-du-Pape under $50"
- "What red goes with grilled lamb on a $40 budget?"
- "Top-rated natural reds from the Loire under $30"
- "Compare these two Riojas: ratings, prices and taste profiles"
- "Recommend a bottle for a seafood dinner, around $25"
Available Tools
| Tool | Description |
|---|---|
search_wines |
Search Vivino for wines by name, winery, or keyword |
explore_wines |
Filter and explore wines by rating, price, style, region, and type |
get_wine_details |
Full details for a wine: rating, price, taste profile, and vintages |
recommend_wines |
Recommend bottles for a meal, budget, or occasion |
Pricing
Pay-per-event: you only pay for the tools you actually use. The Apify free tier gives you $5 free credits every month, enough for hundreds of tool calls.
Links
- Apify Store: Vivino MCP Server
- Full documentation: mr-bridge.com/solutions/vivino-mcp-server
- All MrBridge MCP servers: mr-bridge.com/mcp-servers
- Open wine datasets: mr-bridge.com/datasets
- Author: mrbridge on Apify
Related Solutions
- Vivino Wine Data Scraper: bulk ratings, prices and taste profiles from a wine list
- Wine-Searcher Scraper: scores, prices and popularity, LWIN-aware
- Millesima Wine Scraper: prices, vintages and critic ratings from 8 publications
Built by MrBridge, we bridge Data and Intelligence.
Install
Add mcp server vivino to your client. Pick the one you use.
claude mcp add --transport sse mcp-server-vivino https://mrbridge--vivino-mcp-server.apify.actor/mcpcodex mcp add mcp-server-vivino --url https://mrbridge--vivino-mcp-server.apify.actor/mcp{
"mcpServers": {
"mcp-server-vivino": {
"url": "https://mrbridge--vivino-mcp-server.apify.actor/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"mcp-server-vivino": {
"type": "sse",
"url": "https://mrbridge--vivino-mcp-server.apify.actor/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"mcp-server-vivino": {
"url": "https://mrbridge--vivino-mcp-server.apify.actor/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-server-vivino": {
"serverUrl": "https://mrbridge--vivino-mcp-server.apify.actor/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
4 tools
mcp server vivino exposes 4 tools to a connected agent.
- search_wines
- Search Vivino for wines by name, winery, or keyword
- explore_wines
- Filter and explore wines by rating, price, style, region, and type
- get_wine_details
- Full details for a wine: rating, price, taste profile, and vintages
- recommend_wines
- Recommend bottles for a meal, budget, or occasion
Score
64 / 100
Good
- Documentation17/25
- Maintenance16/25
- Trust13/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 58 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 4 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 5, 2026 |