Silpo MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm.
MCP server for Silpo online supermarket: products, cart, delivery, recipes.
The linked repository no longer exists on GitHub — it was deleted or made private.
Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add silpo-mcp -- npx -y silpo-mcp
{
"mcpServers": {
"silpo-mcp": {
"args": [
"-y",
"silpo-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.silpo-mcp]
command = "npx"
args = ["-y", "silpo-mcp"]
{
"mcpServers": {
"silpo-mcp": {
"args": [
"-y",
"silpo-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"silpo-mcp": {
"args": [
"-y",
"silpo-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
SILPO_BASKET_ID (Optional basket ID for server-side cart synchronization. Get from Silpo app/website.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for the Pepesto grocery shopping API — recipe-to-cart across European supermarkets.
MCP server for Walmart - search products, manage cart, track orders
MCP server for Target - search products, manage cart, track orders
MCP server for Kroger - search products, manage cart, place grocery orders
MCP server for E.Leclerc Drive — search products, manage cart, and order groceries from Claude
Read-only MCP server for WordPress + WooCommerce products, orders, sales, and posts.
MCP server for VTEX — e-commerce, orders, products, inventory, shipping
Read Peer protocol, market, checkout, and Peer Cash data through one MCP server.
Answers built from our own checks of this server.