Skip to content
Grok

Agent Storefront for Grok

ai.clize/storefront

Let your AI agent run a real store: checkout, orders, refunds, shipping and support.

client:Grok transport:stdio runtime:npm

Install Agent Storefront in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "storefront": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@clize/storefront"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Agent Storefront in other clients