Back
Marketplace/Shopify

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

Verified 7 tools Supports hosted execution →

E-commerce

Last updated June 1, 2026 · By MCPizy team

Manage Shopify products, orders, and customers for e-commerce workflows from AI agents.

Official homepage

Run Shopify without any local install

Connect your Shopify account once — MCPizy stores the credentials encrypted and uses them whenever you run a recipe in managed mode.

Checking connection…

Install Shopify

Via MCPizy CLI (recommended):
mcpizy install shopify
Or run directly:
npx -y @shopify/mcp-server
View on GitHub

Tools exposed

7 tools available
list_products

List products in the store

Inputs

  • limitnumberoptional
get_product

Get a single product by ID

Inputs

  • product_idstringrequired
list_orders

List orders with filters

Inputs

  • statusstringoptional
get_order

Get a single order

Inputs

  • order_idstringrequired
update_product

Update a product's fields

Inputs

  • product_idstringrequired
  • fieldsobjectrequired
list_customers

List customers

Inputs

  • limitnumberoptional
search_docs

Search Shopify Dev docs

Inputs

  • querystringrequired

Configuration

Works identically across clients. Only the config file path differs.

Claude Code~/.claude.json
{
  "mcpServers": {
    "shopify": {
      "command": "npx",
      "args": [
        "-y",
        "@shopify/dev-mcp"
      ]
    }
  }
}
Cursor.cursor/mcp.json
{
  "mcpServers": {
    "shopify": {
      "command": "npx",
      "args": [
        "-y",
        "@shopify/dev-mcp"
      ]
    }
  }
}
Windsurf~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "shopify": {
      "command": "npx",
      "args": [
        "-y",
        "@shopify/dev-mcp"
      ]
    }
  }
}

Authentication setup

  1. 1

    Create a custom app in your Shopify admin and install it

    Get it SHOPIFY_ACCESS_TOKEN
  2. 2

    Set the shop domain (e.g. yourstore.myshopify.com)

    Get it SHOPIFY_SHOP_DOMAIN

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

Claude Code
Claude Desktop
Cursor
Windsurf
VS Code + Copilot
Any MCP Client

Alternatives to Shopify

If Shopify doesn't fit your stack, these E-commerce MCP servers solve similar problems.

🛒

Mercado Libre

Latin America's largest marketplace. Product listings, orders, and seller tools.

🛍️

ShopSavvy

Complete product and pricing data solution. Price comparison and product intelligence.

Key Takeaways

  • Shopify exposes 7 tools for e-commerce workflows in Claude Code, Cursor and Windsurf.
  • Authentication: 2 steps (SHOPIFY_ACCESS_TOKEN, SHOPIFY_SHOP_DOMAIN).
  • Install in 1 command: mcpizy install shopify — config written to your client automatically.
  • Free and open source (GitHub source linked above) — verified compatible with every MCP client (Claude Code, Claude Desktop, Cursor, Windsurf, VS Code + Copilot).
  • Best use case: "List my top 10 products by revenue this month".

Frequently asked questions

What is the Shopify MCP server?

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.

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/mcp-server` and restarting Claude Code.

Is Shopify MCP free?

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.

Does Shopify MCP work with Cursor and Windsurf?

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.

What can I do with Shopify MCP?

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.

Manage all your MCPs in one place

Monitor usage, track costs, and discover new MCPs.

Get Started Free