S

Shopify MCP Server

Manage Shopify stores, products, and orders from AI agents.

open-source 67/100 API Integrations shopify ecommerce products orders inventory storefront

A Model Context Protocol server for Shopify. Enables AI agents to manage products, process orders, update inventory, and interact with Shopify storefronts.

Supports product CRUD operations, order management, customer data access, and inventory tracking through the Shopify Admin API.

Install

npx -y @shopify/mcp-server

MCP Client Config

{
  "mcpServers": {
    "shopify": {
      "command": "npx",
      "args": [
        "-y",
        "@shopify/mcp-server"
      ],
      "env": {
        "SHOPIFY_STORE_URL": "<your-store>.myshopify.com",
        "SHOPIFY_ACCESS_TOKEN": "<your-access-token>"
      }
    }
  }
}

Required Environment Variables

  • SHOPIFY_STORE_URL
  • SHOPIFY_ACCESS_TOKEN

Capabilities

Tools

list_productscreate_productupdate_productlist_ordersget_orderupdate_inventory

Compatible With

Claude Desktop Claude Code Cursor Windsurf

Pricing

Server is free. Shopify store subscription required.

Metrics

750

GitHub Stars

6,100

Installs

480

Weekly

4

Open Issues