Back to Apps

Rohlik MCP Server
Supports UIby tomaspavlin
Shop groceries across Rohlik Group platforms including Rohlik.cz, Knuspr.de, and more via AI.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects your AI assistant to Rohlik Group's online grocery delivery services across multiple European countries. It allows the AI to search for products, manage your shopping cart, and access account details to automate grocery shopping.
Tools
search_products: Find grocery products with filtering options.add_to_cart: Add multiple products to your cart.get_cart_content: View current cart contents and totals.remove_from_cart: Remove items from the shopping cart.get_meal_suggestions: Personalized breakfast, lunch, and dinner suggestions based on history.get_frequent_items: Analyze order history for most purchased items.get_discounted_items: Browse current deals and discounts.get_account_data: Comprehensive account and delivery information.
Installation
Add the following to your 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"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx -y @tomaspavlin/rohlik-mcpInformation
- Pricing
- free
- Published
- 7/31/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add to claude_desktop_config.json with ROHLIK_USERNAME, ROHLIK_PASSWORD, and ROHLIK_BASE_URL env vars.





