mcpbeat Sign in
local only

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.

Installs per day peak 19 · avg 7 · +48% w/w
a month agotoday
42
Installs / week
npm · @pepesto/pepesto-mcp
7
Stars
0 open issues
23 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add pepesto-mcp -- npx -y @pepesto/pepesto-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pepesto-mcp": {
      "args": [
        "-y",
        "@pepesto/pepesto-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pepesto-mcp]
command = "npx"
args = ["-y", "@pepesto/pepesto-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "pepesto-mcp": {
      "args": [
        "-y",
        "@pepesto/pepesto-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to Pepesto MCP

same job, measured the same way
Pepesto Agent-to-Cart
by pepesto-solutions

Turn any shopping list into a ready-to-checkout grocery cart across 26 European supermarkets.

1 tools answering
Silpo MCP Server
by mit9

MCP server for Silpo online supermarket: products, cart, delivery, recipes.

29 installs/wk local only
Kroger
by markswendsen-code

MCP server for Kroger - search products, manage cart, place grocery orders

36 installs/wk local only
Horoshop
by ecomkit-com-ua

MCP server for the Horoshop e-commerce API — orders, catalog, customers, webhooks

41 installs/wk local only
Shopify Admin MCP
by a1-x-tech

MCP server for the Shopify Admin API: products, orders, customers, inventory, discounts.

61 installs/wk local only
Shopify Store Builder MCP
by nazariinalyvaikobs

MCP server for building Shopify stores via the Admin GraphQL API: themes, pages, and navigation

31 installs/wk local only
MCP Stripe
by codespar

MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)

26 installs/wk local only
MCP Shopify
by codespar

MCP server for Shopify — Admin REST API (orders, products, customers, inventory, fulfillments)

26 installs/wk local only

Pepesto MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Pepesto MCP?
Pepesto MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @pepesto/pepesto-mcp was installed 42 times last week.
How do I connect Pepesto MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @pepesto/pepesto-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Pepesto MCP?
The npm package @pepesto/pepesto-mcp was installed 42 times in the last week. Week over week that is +48%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pepesto MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 7 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.