About
Overview
The Shopify MCP Server enables AI agents to interact with Shopify's e-commerce platform. It provides tools for managing products and inventory, processing orders, managing customers, and configuring store settings through the Shopify Admin API.
Capabilities
Tools & Capabilities
⚡list_products
List products in the store
⚡create_product
Create a new product
⚡list_orders
List recent orders
⚡get_order
Get order details
⚡list_customers
List customers
⚡update_inventory
Update inventory levels
Setup
Installation
bash
Install
npx -y @shopify/mcp-serverExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"shopify": {
"command": "npx",
"args": ["-y", "@shopify/mcp-server"],
"env": {
"SHOPIFY_STORE": "your-store.myshopify.com",
"SHOPIFY_ACCESS_TOKEN": "your-token"
}
}
}
}Quick Info
Authorshopify
LanguageTypeScript
StatusStable
Stars★ 250
Last UpdatedFeb 12, 2026