Silpo MCP Server for Claude Desktop
io.github.mit9/silpo-mcp
MCP server for Silpo online supermarket: products, cart, delivery, recipes.
client:Claude Desktop
transport:stdio
runtime:npm
Install Silpo MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"silpo-mcp": {
"command": "npx",
"args": [
"-y",
"silpo-mcp"
],
"env": {
"SILPO_BASKET_ID": "<SILPO_BASKET_ID>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs