Shopify is a E-commerce MCP server that lets Claude Code, Cursor, Windsurf and any MCP-compatible AI agent manage Shopify products, orders, and customers for e-commerce workflows from AI agents. Install in 1 minute with mcpizy install shopify.
E-commerce
Manage Shopify products, orders, and customers for e-commerce workflows from AI agents.
Official homepageConnect your Shopify account once — MCPizy stores the credentials encrypted and uses them whenever you run a recipe in managed mode.
mcpizy install shopifynpx -y @shopify/mcp-serverlist_productsList products in the store
Inputs
limitnumberoptionalget_productGet a single product by ID
Inputs
product_idstringrequiredlist_ordersList orders with filters
Inputs
statusstringoptionalget_orderGet a single order
Inputs
order_idstringrequiredupdate_productUpdate a product's fields
Inputs
product_idstringrequiredfieldsobjectrequiredlist_customersList customers
Inputs
limitnumberoptionalsearch_docsSearch Shopify Dev docs
Inputs
querystringrequiredWorks identically across clients. Only the config file path differs.
~/.claude.json{
"mcpServers": {
"shopify": {
"command": "npx",
"args": [
"-y",
"@shopify/dev-mcp"
]
}
}
}.cursor/mcp.json{
"mcpServers": {
"shopify": {
"command": "npx",
"args": [
"-y",
"@shopify/dev-mcp"
]
}
}
}~/.codeium/windsurf/mcp_config.json{
"mcpServers": {
"shopify": {
"command": "npx",
"args": [
"-y",
"@shopify/dev-mcp"
]
}
}
}Paste any of these prompts into Claude Code, Cursor or another MCP-compatible client.
“List my top 10 products by revenue this month”
Uses: list_products, list_orders
“Update the price of product 1234 to $29.99”
Uses: update_product
“Show me unfulfilled orders from the last 7 days”
Uses: list_orders
“Search Shopify docs for 'checkout extensibility'”
Uses: search_docs
If Shopify doesn't fit your stack, these E-commerce MCP servers solve similar problems.
The Shopify MCP server is an E-commerce Model Context Protocol server that lets Claude Code, Cursor, Windsurf, VS Code with Copilot, and other MCP-compatible AI agents manage Shopify products, orders, and customers for e-commerce workflows from AI agents. It exposes Shopify's capabilities as tools the AI can call directly from your editor or CLI.
The fastest way is the MCPizy CLI: run `mcpizy install shopify` and MCPizy will add the server to your `.claude.json` automatically. You can also install it manually by adding an entry under `mcpServers` in `.claude.json` with the command `npx -y @shopify/mcp-server` and restarting Claude Code.
Yes. The Shopify MCP server is free and open source (see the GitHub repository linked on this page). You may still need a Shopify account or API key to connect the server to the underlying service, but the MCP layer itself has no MCPizy subscription cost.
Yes. Any MCP-compatible client works — including Claude Code, Claude Desktop, Cursor (via `.cursor/mcp.json`), Windsurf, VS Code with Copilot Chat, and custom agents built on the MCP SDK. The same install command targets all of them; only the config file path differs.
Once installed, your AI agent can manage Shopify products, orders, and customers for e-commerce workflows from AI agents directly inside your conversation. Typical use cases include asking Claude Code or Cursor to run Shopify operations, inspect results, chain Shopify with other MCP servers (see our Workflow Recipes), and automate repetitive e-commerce tasks without leaving your editor.