rohlik-mcp
by tomaspavlin·★ 108·Score 47
MCP server enabling AI assistants to shop groceries across Rohlik Group platforms in 6 European countries.
Overview
The Rohlik MCP Server enhances AI assistants with capabilities to browse and purchase groceries from Rohlik Group's online delivery services. It provides tools for searching products, managing shopping carts, accessing account information, and getting personalized recommendations based on purchase history. The server uses reverse-engineered API access and is designed for personal use across multiple European markets including Czech Republic, Germany, Austria, Hungary, Romania, and planned expansion to Italy and Spain.
Try asking AI
After installing, here are 6 things you can ask your AI assistant:
When to choose this
Choose this if you regularly shop through Rohlik Group platforms in Europe and want your AI assistant to help with smart grocery planning, personalized meal suggestions, and account management.
When NOT to choose this
Don't choose this if you need access to grocery platforms outside the Rohlik Group, as this server only works with their specific APIs and authentication systems.
Tools this server exposes
12 tools extracted from the READMEsearch_productsSearch for grocery products by name with filtering options
add_to_cartAdd multiple products to your shopping cart
get_cart_contentView current cart contents and totals
remove_from_cartRemove items from your shopping cart
get_shopping_listRetrieve shopping lists by ID
get_meal_suggestionsGet personalized suggestions for meals based on order history
get_frequent_itemsFind most frequently purchased items in your order history
get_shopping_scenariosInteractive guide showing what you can do with the MCP
get_discounted_itemsBrowse currently discounted items with filtering options
get_account_dataGet comprehensive account information including delivery details and orders
get_order_historyView your past delivered orders with details
get_delivery_slotsView available delivery time slots for your address
Comparable tools
Installation
Installation
Install via Claude Desktop by adding to your config file:
**macOS:** ~/Library/Application Support/Claude/claude_desktop_config.json **Windows:** %APPDATA%/Claude/claude_desktop_config.json
{
"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"
}
}
}
}Alternatively, install locally for development:
npm install
npm run buildSet ROHLIK_BASE_URL to match your region: knuspr.de (Germany), gurkerl.at (Austria), kifli.hu (Hungary), or sezamo.ro (Romania).
FAQ
- What regions does this support?
- Currently supports Czech Republic (rohlik.cz), Germany (knuspr.de), Austria (gurkerl.at), Hungary (kifli.hu), and Romania (sezamo.ro), with Italy and Spain planned.
- Is this legal to use?
- This is a study project using reverse-engineered API access. It's intended for personal use only and may not be compliant with Rohlik's terms of service.
- How do I debug authentication issues?
- Enable debug mode by adding 'ROHLIK_DEBUG': 'true' to the env section in your config, then check the logs in ~/Library/Logs/Claude/ or %APPDATA%/Claude/logs/.
Compare rohlik-mcp with
Last updated · Auto-generated from public README + GitHub signals.