shopify multi store for VS Code
io.github.alex-brecher/shopify-multi-store
Connect AI agents to multiple Shopify Admin stores for reports, comparisons, and guarded updates.
client:VS Code
transport:stdio
runtime:npm
Install shopify multi store in VS Code
.vscode/mcp.json
{
"servers": {
"shopify-multi-store": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"shopify-multi-store-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs