Back to Apps

Shopify MCP Server
by geli2001
Direct interaction with Shopify store data via GraphQL API for managing products, customers, and orders.
215 stars
Updated 2 months ago
Works in:Cursor
Exposes:Tools
What it does
Connects an AI assistant directly to the Shopify Admin API using GraphQL, allowing for the programmatic management of e-commerce store operations.
Tools
get-products: Search and list products with pagination.create-product: Create new products with SEO and metafields.get-customers: Search and manage customer records.get-orders: Retrieve and filter store orders.order-cancel: Cancel orders with refund and restocking options.inventory-set-quantities: Update absolute inventory levels at specific locations.manage-tags: Add or remove tags from any taggable Shopify resource.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"shopify": {
"command": "npx",
"args": [
"shopify-mcp",
"--clientId",
"<YOUR_CLIENT_ID>",
"--clientSecret",
"<YOUR_CLIENT_SECRET>",
"--domain",
"<YOUR_SHOP>.myshopify.com"
]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- Claude Code
Quick install
npx shopify-mcp --clientId <ID> --clientSecret <SECRET> --domain <SHOP>.myshopify.comInformation
- Pricing
- free
- Published
- 6/4/2026
- Updated
- 2 months ago
- stars
- 215
Categories
Choose your AI client and follow the steps below.
Cursor
Add npx shopify-mcp with corresponding flags to MCP settings.Claude Desktop
{
"shopify": {
"command": "npx",
"args": [
"shopify-mcp",
"--clientId", "<CLIENT_ID>",
"--clientSecret", "<CLIENT_SECRET>",
"--domain", "<SHOP>.myshopify.com"
]
}
}





