Skip to content
Grok

shopify multi store for Grok

io.github.alex-brecher/shopify-multi-store

Connect AI agents to multiple Shopify Admin stores for reports, comparisons, and guarded updates.

client:Grok transport:stdio runtime:npm

Install shopify multi store in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "shopify-multi-store": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "shopify-multi-store-mcp-server"
      ]
    }
  }
}

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

shopify multi store in other clients