Catalog
io.github.MIt9/silpo-mcp
OfficialSilpo MCP Server
MCP server for Silpo online supermarket: products, cart, delivery, recipes.
Browse products, manage cart, check delivery, and find recipes on Silpo supermarket.
README not available yet.
Install
Configuration
Environment variables
SILPO_BASKET_IDOptional basket ID for server-side cart synchronization. Get from Silpo app/website.
claude_desktop_config.json
{
"mcpServers": {
"silpo-mcp": {
"command": "npx",
"args": [
"-y",
"silpo-mcp@1.1.0"
],
"env": {
"SILPO_BASKET_ID": "<YOUR_SILPO_BASKET_ID>"
}
}
}
}