storefront-mcp
Rank #16,392io.github.Maarmapa/storefront-mcp
E-commerce storefront over MCP: public catalog tools plus token-gated back-office tools.
storefront-mcp is a Model Context Protocol (MCP) server published by Maarmapa. It ranks #16,392 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. storefront-mcp is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 5, 2026 and most recently updated on Aug 5, 2026.
Ranks ahead of 99,199 of 115,591 servers on MCP Toplist.
Use storefront-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add storefront-mcp -e "CATALOG_ADAPTER=<your CATALOG_ADAPTER>" -e "MCP_SECRET=<your MCP_SECRET>" -e "MCP_SERVER_NAME=<your MCP_SERVER_NAME>" -- npx -y storefront-mcpReplace each placeholder with your own value before saving.
[mcp_servers.storefront-mcp]
command = "npx"
args = ["-y", "storefront-mcp"]
[mcp_servers.storefront-mcp.env]
CATALOG_ADAPTER = "<your CATALOG_ADAPTER>"
MCP_SECRET = "<your MCP_SECRET>"
MCP_SERVER_NAME = "<your MCP_SERVER_NAME>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"storefront-mcp": {
"command": "npx",
"args": [
"-y",
"storefront-mcp"
],
"env": {
"CATALOG_ADAPTER": "<your CATALOG_ADAPTER>",
"MCP_SECRET": "<your MCP_SECRET>",
"MCP_SERVER_NAME": "<your MCP_SERVER_NAME>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"storefront-mcp": {
"command": "npx",
"args": [
"-y",
"storefront-mcp"
],
"env": {
"CATALOG_ADAPTER": "<your CATALOG_ADAPTER>",
"MCP_SECRET": "<your MCP_SECRET>",
"MCP_SERVER_NAME": "<your MCP_SERVER_NAME>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"storefront-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"storefront-mcp"
],
"env": {
"CATALOG_ADAPTER": "<your CATALOG_ADAPTER>",
"MCP_SECRET": "<your MCP_SECRET>",
"MCP_SERVER_NAME": "<your MCP_SERVER_NAME>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"storefront-mcp": {
"command": "npx",
"args": [
"-y",
"storefront-mcp"
],
"env": {
"CATALOG_ADAPTER": "<your CATALOG_ADAPTER>",
"MCP_SECRET": "<your MCP_SECRET>",
"MCP_SERVER_NAME": "<your MCP_SERVER_NAME>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"storefront-mcp": {
"command": "npx",
"args": [
"-y",
"storefront-mcp"
],
"env": {
"CATALOG_ADAPTER": "<your CATALOG_ADAPTER>",
"MCP_SECRET": "<your MCP_SECRET>",
"MCP_SERVER_NAME": "<your MCP_SERVER_NAME>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Maarmapa%2Fstorefront-mcp)<a href="https://mcptoplist.com/server/io.github.Maarmapa%2Fstorefront-mcp"><img src="https://mcptoplist.com/badge/io.github.Maarmapa%2Fstorefront-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Maarmapa
Other servers by Maarmapa
View all Maarmapa servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | Aug 5, 2026 |
Frequently asked questions
- Who maintains storefront-mcp?
- storefront-mcp is maintained by Maarmapa, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is storefront-mcp listed on the Official MCP Registry?
- Yes — storefront-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does storefront-mcp have?
- MCP Toplist tracks 1 version of storefront-mcp, most recently published on Aug 5, 2026.
- Where can I find the source code for storefront-mcp?
- The source code for storefront-mcp is hosted at github.com/Maarmapa/storefront-mcp.