Pepesto MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 42 installs a week from npm. Last commit 23 Jun 2026.
MCP server for the Pepesto grocery shopping API — recipe-to-cart across European supermarkets.
Today is the operative word: we check Pepesto MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
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 pepesto-mcp -- npx -y @pepesto/pepesto-mcp
{
"mcpServers": {
"pepesto-mcp": {
"args": [
"-y",
"@pepesto/pepesto-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.pepesto-mcp]
command = "npx"
args = ["-y", "@pepesto/pepesto-mcp"]
{
"mcpServers": {
"pepesto-mcp": {
"args": [
"-y",
"@pepesto/pepesto-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"pepesto-mcp": {
"args": [
"-y",
"@pepesto/pepesto-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
PEPESTO_API_KEY (Pepesto API key. See the project README section "Getting an API key" for how to obtain one.).
The author declared them in the registry entry; get the values from the project itself.
Turn any shopping list into a ready-to-checkout grocery cart across 26 European supermarkets.
MCP server for Silpo online supermarket: products, cart, delivery, recipes.
MCP server for Kroger - search products, manage cart, place grocery orders
MCP server for the Horoshop e-commerce API — orders, catalog, customers, webhooks
MCP server for the Shopify Admin API: products, orders, customers, inventory, discounts.
MCP server for building Shopify stores via the Admin GraphQL API: themes, pages, and navigation
MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)
MCP server for Shopify — Admin REST API (orders, products, customers, inventory, fulfillments)
Answers built from our own checks of this server.