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).
Run
npx -y shopify-multi-store-mcp-server
MCP client config
{
"mcpServers": {
"shopify-multi-store": {
"command": "npx",
"args": [
"-y",
"shopify-multi-store-mcp-server"
]
}
}
}