How to Connect Claude to Your Shopify Store
Please follow the below video to connect Claude to your store:
Code mentioned in the video:
"mcpServers": {
"shopify": {
"command": "npx",
"args": [
"shopify-mcp",
"--clientId",
"your-client-id",
"--clientSecret",
"your-client-secret",
"--domain",
"your-myshopify-domain"
]
}
}