Connect AI agents to multiple Shopify Admin stores for reports, comparisons, and guarded updates.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Query, compare, report, and make guarded updates across Shopify stores from Claude, Codex, Cursor, VS Code, and other MCP clients.
Demo · Quick start · Reports · AI clients · Security
The demonstration uses sample stores and sample data. The server keeps each real store credential separate.
Install the server, connect your stores, and run the health check:
Claude Code users can add the server with one command:
Each store gets a permanent alias and a separate secure credential. Every store operation requires that alias.
| Capability | Result |
|---|---|
| Multiple active stores | Keep every Shopify store available in one AI conversation. |
| Cross-store reports | Search products, compare catalogs, find stock gaps, and report fulfillment SLA breaches. |
| Parallel GraphQL | Run one read-only query across up to ten stores. |
| Guarded mutations | Target one store and pass an explicit confirmation for each update. |
| Secure credentials | Use macOS Keychain, Windows Credential Manager, or Linux Secret Service. |
| Portable skills | Guide Claude, Codex, Cursor, and other compatible agents. |
The two servers solve different problems. Use both when an agent needs Shopify reference material and access to your stores.
| Capability | Shopify Multi-Store MCP | Shopify Dev MCP |
|---|---|---|
| Primary purpose | Operate connected Shopify Admin stores. | Search Shopify developer resources. |
| Store data | Read and compare configured stores. | Does not connect to Shopify Admin store data. |
| Multiple stores | Keep named stores active in one session. | Not designed for store portfolio operations. |
| Reports | Provide ready-made operations and catalog reports. | Provide developer documentation and API schemas. |
| Updates | Run guarded mutations against one selected store. | Does not run Admin API updates against your stores. |
| Authentication | Use separate credentials for each store. | Needs no authentication. |
Shopify Dev MCP helps an agent create and examine Shopify code. This server runs the approved operation against the selected store.
| Tool | Purpose |
|---|---|
shopify_portfolio_snapshot | Summarize products, orders, customers, currency, plan, and store identity. |
shopify_order_summary | Summarize order values, discounts, tax, shipping, cancellations, and statuses. |
shopify_customer_growth | Compare new-customer counts across equal periods. |
shopify_get_product_everywhere | Find one exact SKU or handle across stores. |
shopify_search_products_many | Search products across stores with one query. |
shopify_compare_inventory | Compare inventory quantities for selected SKUs across stores. |
shopify_low_stock_report | Find low inventory and cross-store transfer opportunities. |
shopify_compare_prices | Highlight price and compare-at-price differences for exact SKUs. |
shopify_duplicate_sku_report | Find repeated SKUs inside stores and shared SKUs across stores. |
shopify_list_unfulfilled_orders | List open fulfillment work across selected stores. |
shopify_fulfillment_sla_report | Find late unfulfilled orders and show age buckets. |
shopify_compare_catalog | Compare products by handle, status, vendor, type, and variants. |
shopify_catalog_gap_report | Find products that are missing or have different statuses. |
shopify_catalog_health | Find missing merchandising, SEO, media, alt text, and inventory data. |
shopify_recent_product_changes | List products updated during a selected period. |
shopify_compare_collections | Compare collection content and configuration by handle. |
shopify_store_locations | Review location, fulfillment, inventory, and address coverage. |
Try prompts like these:
The server works in clients that support local stdio MCP servers. Agent Skills improve tool selection when the client supports them.
Add the MCP server:
Copy the included skill for personal use:
Claude Code also discovers .claude/skills inside this repository.
Add this server to the client's MCP configuration:
Add this server to .vscode/mcp.json:
Use npx as the command and -y shopify-multi-store-mcp-server start as the arguments.
Copy skills/shopify-multi-store/SKILL.md into the client's skills directory when supported. Clients without skill support still get every MCP tool.
| Method | Command | Best fit |
|---|---|---|
| Admin API access token | shopify-multi-store setup | An existing Shopify admin-created app and token. |
| Client credentials | shopify-multi-store oauth | Stores in the same organization as the app. |
| Authorization code | shopify-multi-store oauth | Standalone app installations. |
Authorization code setup uses http://127.0.0.1:3456/oauth/callback. Add it as an allowed redirect URL first.
The default authorization code scopes are read-only. Grant only the Admin API scopes required for the task.
The import copies credentials into the operating system credential store and preserves configured stores. Delete the old credential file after checking the import.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/shopify-multi-store)<a href="https://allmcps.com/mcp/shopify-multi-store"><img src="https://allmcps.com/api/badge/shopify-multi-store?style=directory" alt="Shopify Multi Store on AllMCPs" /></a>