TL;DR
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.
Shopify
Install verified 7 toolsE-commerce
Manage Shopify products, orders, and customers for e-commerce workflows from AI agents.
Official homepageInstall Shopify
mcpizy install shopifynpx -y @shopify/dev-mcp@latestTools exposed
7 tools availablelist_productsList products in the store
list_productsList products in the store
Inputs
limitnumberoptional
get_productGet a single product by ID
get_productGet a single product by ID
Inputs
product_idstringrequired
list_ordersList orders with filters
list_ordersList orders with filters
Inputs
statusstringoptional
get_orderGet a single order
get_orderGet a single order
Inputs
order_idstringrequired
update_productUpdate a product's fields
update_productUpdate a product's fields
Inputs
product_idstringrequiredfieldsobjectrequired
list_customersList customers
list_customersList customers
Inputs
limitnumberoptional
search_docsSearch Shopify Dev docs
search_docsSearch Shopify Dev docs
Inputs
querystringrequired
Configuration
Works identically across clients. Only the config file path differs.
Claude Code~/.claude.json
~/.claude.json{
"mcpServers": {
"shopify": {
"command": "npx",
"args": [
"-y",
"@shopify/dev-mcp"
]
}
}
}Cursor.cursor/mcp.json
.cursor/mcp.json{
"mcpServers": {
"shopify": {
"command": "npx",
"args": [
"-y",
"@shopify/dev-mcp"
]
}
}
}Windsurf~/.codeium/windsurf/mcp_config.json
~/.codeium/windsurf/mcp_config.json{
"mcpServers": {
"shopify": {
"command": "npx",
"args": [
"-y",
"@shopify/dev-mcp"
]
}
}
}Authentication setup
What you can do with Shopify 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
Works with
Alternatives to Shopify
If Shopify doesn't fit your stack, these E-commerce MCP servers solve similar problems.
Frequently asked questions
What is the Shopify MCP server?
Shopify is listed as an E-commerce Model Context Protocol server whose documented purpose is to let an MCP-compatible agent manage Shopify products, orders, and customers for e-commerce workflows from AI agents. Client support, permissions and authentication remain specific to the upstream project.
How do I install Shopify MCP with Claude Code?
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/dev-mcp@latest` and restarting Claude Code.
Does MCPizy charge to view or install Shopify MCP?
No. Reading this profile and copying its install guidance is free. Upstream software, API, account or usage costs are separate, and licence coverage should be checked from the linked source when available.
Does Shopify MCP work with Cursor and Windsurf?
The MCP standard is supported by those clients, but a specific server can still have client-specific setup or transport limits. Use the configuration shown on this page when present and verify the upstream instructions before installation.
What can I do with Shopify MCP?
Its documented purpose is to let an MCP-compatible agent manage Shopify products, orders, and customers for e-commerce workflows from AI agents. The exact tools, permissions and write capabilities depend on the server version and configuration shown by the upstream project.
Compare before you commit
Put this server beside an alternative, or return to the full evidence directory.
Compare MCP serversBack to directory