Shufersal MCP Server
About
Automates shopping on the Shufersal website, enabling LLMs to search for products, create shopping lists, and manage the cart.
Details
- Author
- matipojo
- Categories
- Web Scraping, Other, Automation
Jump to
Setup
Install Shufersal MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/matipojo/shufersal-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
Automates shopping on the Shufersal website, enabling LLMs to search for products, create shopping lists, and manage the cart.
A Model Context Protocol server that provides automated shopping capabilities for the Shufersal website using Puppeteer. This server enables LLMs to interact with Shufersal's online shopping platform, search for products, create shopping lists, and add items to your cart.
- Product Search: Search Shufersal's product catalog, logged in user will get personalized results
- Cart Management: Add products to your Shufersal shopping cart
- Browser Automation: Seamless interaction with the Shufersal website
- Shopping List Management: Create structured shopping lists from web links (e.g. recipe links)
- Console Monitoring: Track console logs from the browser automation (for debugging)
- Create Shopping List: Usecreate_shopping_list_tableto create a shopping list from your request or recipe link
- Open Shufersal: Useopen_shufersalto navigate to the Shufersal website (login required)
- Search Products: Usesearch_shufersalto find products matching your shopping list items
- Add to Cart: Useadd_to_shufersal_cartto add found products to your shopping cart
- Open the Shufersal website and prepare for shopping (requires user login)
- Input:hasCreatedShoppingList(boolean): Whether a shopping list has been created beforehand
- Search for products on Shufersal website (results sorted by purchase history)
- Input:query(string): Product search query (e.g., 'milk', 'bread', 'tomatoes')
- Add a product to the shopping cart (must be used after searching)
- Inputs:
- product_id(string): Product ID from search results
- sellingMethod(string): Selling method from search results
- qty(number): Quantity to add to cart
- comment(string, optional): Optional comment for the product
- Read and convert webpage content to markdown format
- Input:url(string): URL of the webpage to read
- Create a shopping list table in markdown format from recipe ingredients
- Input:recipe(array): Array of recipe ingredients with name, quantity, unit of measure, and optional brand
- Console Logs(console://logs)
- Browser console output in text format
- Includes all console messages from the browser automation
Here's the Claude Desktop configuration to use the Shufersal MCP server:
{ "mcpServers": { "shufersal": { "command": "node", "args": ["<path/to/shufersal-mcp>/dist/index.js"], } } }
{ "mcpServers": { "shufersal": { "command": "node", "args": ["<path/to/shufersal-mcp>/dist/index.js", "--user-data-dir=<path/to/custom/user/data>"], } } }
{ "mcpServers": { "shufersal": { "command": "<path/to/node>", "args": ["<path/to/shufersal-mcp>/dist/index.js"], } } }
IMPORTANT: This tool automates browser interactions with the Shufersal website and stores browser data locally. Please be aware:
- Browser session data is stored in./puppeteer-user-data/(excluded from git)
- If you log into Shufersal during first use, the tool will save your session data in the user data directory
- Only use this tool with trusted MCP clients
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License.
Search for products and compare prices at Coles and Woolworths supermarkets in Australia.
Enable AI agents to get structured data from unstructured web with AgentQL.
Web scraping, crawling, and change detection with AI
Automate browser interactions in the cloud (e.g. web navigation, data extraction, form filling, and more)
Easy web data access. Simplified retrieval of information from websites and online sources.
Adds powerful web scraping and search capabilities to LLM clients like Cursor and Claude.
Hyperbrowser is the next-generation platform empowering AI agents and enabling effortless, scalable browser automation.
Watch your competitors, clients, suppliers. Meerbot is the web-page change tracker your AI assistant talks to.
Leverage Notte Web AI agents & cloud browser sessions for scalable browser automation & scraping workflows
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


