Odel
storefront mcp

storefront mcp

Local
@maarmapa1TypeScriptApache-2.0Updated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmstorefront-mcpv1.0.1

Run

npx -y storefront-mcp

MCP client config

{
  "mcpServers": {
    "storefront-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "storefront-mcp"
      ]
    }
  }
}