frisco-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@frisco-mcpDodaj do koszyka: mleko, chleb, masło"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
frisco-mcp
MCP server for Frisco.pl — lets Claude add groceries to your cart, search products, get nutritional info, and manage recipes, all via natural language.
Features
Add items to cart — describe what you need, Claude finds and adds them
View cart — read current cart contents and total
Search products — browse top results with prices for comparison
Product nutritional info — macros (kcal, protein, fat, carbs) + ingredient list
Recipe storage — save, list, delete recipes locally
Add recipe to cart — automatically scale quantities and add all ingredients
Related MCP server: mcp-carrefour
Requirements
Python 3.11+
uv (recommended) or pip
Playwright (Chromium)
A Frisco.pl account
Installation
git clone https://github.com/taraspiotr/frisco-mcp.git
cd frisco-mcp
uv sync # or: pip install mcp playwright
playwright install chromiumConfiguration
Credentials
Create ~/.frisco-mcp/credentials.json:
{
"email": "you@example.com",
"password": "yourpassword"
}This file is outside the repo and never committed.
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"frisco": {
"command": "uv",
"args": ["run", "--directory", "/path/to/frisco-mcp", "python", "frisco_mcp.py"]
}
}
}Tools
Tool | Description |
| Search and add a list of products to cart |
| Read current cart contents and total |
| Return top N results for a query (name + price) |
| Full macros + ingredient list for a product |
| Save a recipe with ingredients to local storage |
| List all saved recipes |
| Delete a recipe by name |
| Add all recipe ingredients to cart, optionally scaled |
| Close browser session / switch account |
Example prompts (Polish)
Dodaj do koszyka: mleko 2l, chleb pszenny, masło ekstra
Jakie jogurty naturalne są dostępne? Pokaż 5 najtańszych
Jakie ma makroskładniki masło ekstra?
Zapisz przepis na spaghetti bolognese na 4 porcje
Dodaj składniki przepisu "spaghetti bolognese" do koszyka na 2 porcje
Co mam w koszyku?Notes
The agent never makes payments — it stops at the cart stage
A Chromium browser window opens visibly (non-headless) so you can monitor actions
Recipes are stored in
~/.frisco-mcp/recipes.json
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Furgonetka MCP Server is an extension for LLMs (such as Claude) that integrates AI assistants with Poland's most popular courier brokerage platform. The server enables models to interact directly with services from various couriers (including InPost, DPD, DHL, UPS, and Poczta Polska) through a single, unified interface. With this integration, your AI stops just "writing about logistics" and starts actually managing it.
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Hosted MCP for e-commerce: live product catalog, stock, and pricing for AI agents.
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP server for the Pepesto API — give your agent the ability to turn any recipe (a URL, plain text, or a photo) into a matched basket of real supermarket products with live prices, across 26 European supermarkets. The MCP covers the recipe → matched cart half of the grocery shopping workflow (parse / search / map ingredients to SKUs / check catalogs).723 npm7MIT
- AlicenseNot gradedqualityDmaintenanceMCP server that connects Carrefour Drive to Claude and other MCP clients, enabling product search with real prices, nutriscore, availability, and natural language cart management.MIT
- AlicenseNot gradedqualityAmaintenanceControl your grocery cart with AI! This MCP server enables LLMs (like Claude) to search past orders, find products, and manage your shopping cart across all Loblaws-owned grocery banners.8AGPL 3.0
- FlicenseNot gradedqualityDmaintenanceA custom MCP server that turns Claude into an agentic shopping assistant for searching products, comparing options, managing a cart, and checking out with built-in guardrails for safe autonomous commerce.-