Odel
shopify multi store

shopify multi store

Local
@alex-brecher2TypeScriptMITUpdated 6 days ago

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

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).

npmshopify-multi-store-mcp-serverv1.5.1

Run

npx -y shopify-multi-store-mcp-server

MCP client config

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