MCPizy
BrowseGuidesDocsFor publishersSubmit

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 tools

E-commerce

Last updated September 23, 2026 ยท By MCPizy team

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

Official homepage

Install Shopify

Via MCPizy CLI (recommended):
mcpizy install shopify
Or run directly:
npx -y @shopify/dev-mcp@latest

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

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