mcpbeat Sign in

Storefront MCP Server

local only

Storefront MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 49 installs a week from npm. Last commit 5 Aug 2026.

E-commerce storefront over MCP: public catalog tools plus token-gated back-office tools.

Installs per day peak 286 · avg 11
a month agotoday
49
Installs / week
npm · storefront-mcp
1
Stars
0 open issues
5 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Storefront 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 storefront-mcp -- npx -y storefront-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "storefront-mcp": {
      "args": [
        "-y",
        "storefront-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.storefront-mcp]
command = "npx"
args = ["-y", "storefront-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "storefront-mcp": {
      "args": [
        "-y",
        "storefront-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "storefront-mcp": {
      "args": [
        "-y",
        "storefront-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CATALOG_ADAPTER (Which catalog adapter to use: "memory" (bundled demo catalog, no setup) or "woocommerce" (Store API skeleton).), MCP_SECRET (Unlocks the 5 sensitive back-office tools (stock, orders, sales). On stdio the presence of this variable in the server process env unlocks them; leave it unset to expose only the 6 public catalog tools.), MCP_SERVER_NAME (Override the advertised server name.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Storefront MCP

same job, measured the same way
Estroni Storefront
by estroni

UCP agentic-commerce proxy for Estroni: merino & low-tox women's activewear catalogue.

1 tools answering
MCP Ecommerce Platform Profiler
by mambabuilt

Detect the ecommerce platform, payment providers and catalogue size behind a storefront.

33 installs/wk local only
Marea — Storefront Backend for Agents
by mareaalcalina

Manage a Marea Alcalina storefront from an AI agent: catalog, products, publishing.

answering
Horoshop
by ecomkit-com-ua

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

41 installs/wk local only
Xavio Storefront
by xavio

Search the public Xavio catalog and create firm checkout quotes.

4 tools answering
Agent Commerce MCP
by bch1212

Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.

33 installs/wk 14 tools answering
Lowtoxgear Storefront
by lowtoxgear

Read-only catalogue MCP for Lowtoxgear — Australian low-tox lifestyle brand. 5 tools.

5 tools answering
CatalogEngine
by evozim

E-commerce inventory and catalog data structuring tool.

answering

Storefront MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Storefront MCP?
Storefront 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 storefront-mcp was installed 49 times last week.
How do I connect Storefront 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 storefront-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Storefront MCP?
The npm package storefront-mcp was installed 49 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Storefront MCP open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 1 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.