Skip to content
Cursor

shopify multi store for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install shopify multi store in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

shopify multi store in other clients