MCP Server
MCP
io.github.den-indance/shopify-mcp-pro
Shopify MCP server with real analytics (ShopifyQL), auto-refresh auth, and Shopify API 2026-04.
Install
npx -y @den.dance/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@den.dance/shopify-mcp-pro",
"version": "2.0.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Shopify store domain, e.g. my-store.myshopify.com",
"isRequired": true,
"format": "string",
"name": "SHOPIFY_STORE_DOMAIN"
},
{
"description": "Client ID from Shopify Dev Dashboard (custom app)",
"isRequired": true,
"format": "string",
"name": "SHOPIFY_CLIENT_ID"
},
{
"description": "Client Secret from Shopify Dev Dashboard (custom app)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SHOPIFY_CLIENT_SECRET"
},
{
"description": "Shopify API version, defaults to 2026-04",
"format": "string",
"name": "SHOPIFY_API_VERSION"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment