MCP server that lets you shop groceries across the Rohlik Group platforms (Rohlik.cz, Knuspr.de, Gurkerl.at, Kifli.hu, Sezamo.ro)
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"rohlik": {
"env": {
"ROHLIK_BASE_URL": "https://www.rohlik.cz",
"ROHLIK_PASSWORD": "your-password",
"ROHLIK_USERNAME": "your-email@example.com"
},
"args": [
"-y",
"@tomaspavlin/rohlik-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Enhance your favourite LLM with capabilities to buy groceries.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'ENOENT' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked ENOENT against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ecommerce
This is the reference implementation for the mcp server
BuyWhere MCP server — product catalog for Claude Desktop, Cursor, and MCP agents.
A command line tool for setting up commercetools MCP server
Production-grade MCP server and CLI tool for Shopify Admin GraphQL API — 49+ tools, YAML-extensible, dual auth, dual transport, Docker-ready
MCP Security Weekly
Get CVE alerts and security updates for Rohlik Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Enhance your favourite LLM with capabilities to buy groceries.
[!WARNING] This MCP server is made for study purposes with use of reverse engineered Rohlik API. It is for personal use only.
This is a Model Context Protocol (MCP) server that enables AI assistants to interact with the Rohlik Group's online grocery delivery services across multiple countries. This server provides tools for searching products, managing shopping carts, and accessing account info.
Supported Services:
Example LLM prompts that work very well with the Rohlik MCP:
🛒 Regular Shopping:
🤖 Smart Shopping:
💰 Deals & Discounts:
📅 Planning:
New to Rohlik MCP? Check out our Complete Guide for Newcomers!
Add the MCP to Claude Desktop configuration:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%/Claude/claude_desktop_config.jsonAdd the following configuration:
{
"mcpServers": {
"rohlik": {
"command": "npx",
"args": ["-y", "@tomaspavlin/rohlik-mcp"],
"env": {
"ROHLIK_USERNAME": "your-email@example.com",
"ROHLIK_PASSWORD": "your-password",
"ROHLIK_BASE_URL": "https://www.rohlik.cz"
}
}
}
}
The server supports multiple Rohlik regions by setting the ROHLIK_BASE_URL environment variable:
https://www.rohlik.cz (default)https://www.knuspr.dehttps://www.gurkerl.athttps://www.kifli.huhttps://www.sezamo.rohttps://www.sezamo.ithttps://www.sezamo.esIf ROHLIK_BASE_URL is not specified, it defaults to the Czech version.
search_products - Search for grocery products by name with filtering optionsadd_to_cart - Add multiple products to your shopping cartget_cart_content - View current cart contents and totalsremove_from_cart - Remove items from your shopping cartget_shopping_list - Retrieve shopping lists by IDget_meal_suggestions - Get personalized suggestions for breakfast, lunch, dinner, snacks, baking, drinks, or healthy eating based on your order historyget_frequent_items - Analyze order history to find most frequently purchased items (overall + per category)get_shopping_scenarios - Interactive guide showing what you can do with the MCPget_discounted_items - Browse currently discounted items (cenové trháky), optionally filtered by food category, with sorting and pagination