Shopify
Official
🛒 Commerce
Build and manage Shopify stores with AI. Access products, orders, customers, and storefront data through the official Shopify GraphQL API.
Tags
Tools (7)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"shopify": {
"command": "npx",
"args": [
"-y",
"@shopify/dev-mcp"
],
"env": {
"SHOPIFY_ACCESS_TOKEN": "your-shopify-access-token-here",
"MYSHOPIFY_DOMAIN": "your-myshopify-domain-here"
}
}
}
}