VkusVill MCP server
VV MCP Server
VkusVill's official MCP: product search with ingredients and nutrition, deals, alternatives, recipes, stores and a cart link
Install
claude mcp add --transport http vkusvill https://mcp.vkusvill.ru/mcpRemote server, no authorization needed.
This is third-party code. Review the repository files before installing.
What it does
The server gives an agent access to the VkusVill catalog through a remote MCP with no keys. The agent searches products with sorting, gets a product card with price, rating, ingredients and nutrition, looks items up by barcode, finds alternatives and checks deals. It also searches recipes with ingredients and steps, and stores with addresses and opening hours. At the end the agent builds a cart link for up to 20 items, which a person opens to place the order on the site.
Who it is for. For people who want an agent to pick groceries for a menu, diet or budget, and for developers building retail agents.
Good fit when
- You need to build a grocery cart for a recipe or a weekly menu
- You need to compare products by ingredients, nutrition and price or find an alternative
- You need to find a nearby VkusVill store and its opening hours
Not a fit when
- You need to place and pay for an order without a person: the server only builds a cart link
- You need personal account data, order history or delivery details
Example request
Build a VkusVill cart for a chicken pasta dinner for four, with no dairyLimitations
The server is experimental, and VkusVill does not publish terms of use or limits. It has no access to personal accounts, payment or delivery. Search results come in pages of 10 items, and a cart link holds up to 20 items. The server source code is not published.
How to disable. Remove the server from your MCP client settings, for example with claude mcp remove vkusvill in Claude Code.
MCP
- Transport
- http
- Authentication
- not required
Security check
- It only reads the public catalog and creates a cart link; it does not place orders or payments
- The server is hosted by VkusVill, so agent requests go to its side
README in short
The server page lists eight tools with parameters: product and deal search, product card by id and by barcode, alternatives, recipes, stores and cart link creation. VkusVill's Habr article calls the server experimental, built with red_mad_robot, and shows connecting it in OpenCode and Manus. There is a feedback form.
FAQ
Can the server place an order itself?
No. It creates a cart link, and a person places and pays for the order on the VkusVill site.
Do I need a key or an account login?
No, the server is open and works without authorization.
Related
A CLI for every Google Workspace API with JSON output and agent skills: Drive, Gmail, Calendar, Sheets and more
Local search over Markdown notes, docs and meeting transcripts: keywords, semantic search and reranking, with an MCP server
A task manager for AI-driven development: breaks a PRD into dependent tasks and guides the agent through them via MCP or CLI
Anthropic's official plugins for knowledge work roles: sales, support, product, marketing, legal, finance, data and enterprise search