Developer Tools
Trust: 30/100 (Limited)Silpo MCP Server Guide
MCP server for Silpo online supermarket: products, cart, delivery, recipes.
by MIt9
Quick Start
Install
npx silpo-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-mit9-silpo-mcp": {
"command": "npx",
"args": [
"silpo-mcp"
]
}
}
}