Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Shopify

FreeNot checked

MCP server for Shopify Admin API. Enables product, order, customer, and inventory management via natural language.

GitHubEmbed

About

MCP server for Shopify Admin API. Enables product, order, customer, and inventory management via natural language.

README

MCP server for Shopify Admin API.

Installation

Add this to your Claude Desktop configuration:

{
  "mcpServers": {
    "mcp-shopify": {
      "command": "npx",
      "args": ["-y", "@cloud9-labs/mcp-shopify"],
      "env": {
        "SHOPIFY_STORE_URL": "YOUR_STORE_URL",
        "SHOPIFY_ACCESS_TOKEN": "YOUR_ACCESS_TOKEN"
      }
    }
  }
}

Configuration

Set the following environment variables:

Variable Description
SHOPIFY_STORE_URL Your Shopify store URL (e.g., mystore.myshopify.com)
SHOPIFY_ACCESS_TOKEN Admin API access token

Tools

Tool Description
shopify_list_products List all products in Shopify store
shopify_get_product Get a specific product by ID
shopify_create_product Create a new product
shopify_update_product Update an existing product
shopify_list_orders List all orders
shopify_get_order Get a specific order by ID
shopify_list_customers List all customers
shopify_get_customer Get a specific customer by ID
shopify_create_customer Create a new customer
shopify_search_customers Search for customers
shopify_list_collections List all product collections
shopify_get_inventory_levels Get inventory levels for products
shopify_count_products Get total product count
shopify_get_shop Get shop information

License

MIT

from github.com/cloud9-labs/mcp-shopify

Install Shopify in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install mcp-shopify

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add mcp-shopify -- npx -y @cloud9-labs/mcp-shopify

FAQ

Is Shopify MCP free?

Yes, Shopify MCP is free — one-click install via Unyly at no cost.

Does Shopify need an API key?

No, Shopify runs without API keys or environment variables.

Is Shopify hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Shopify in Claude Desktop, Claude Code or Cursor?

Open Shopify on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Shopify with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs