E-commerce platform
Complete e-commerce solution for online stores with products, orders, and customers.
{
"mcpServers": {
"shopify": {
"env": {
"SHOPIFY_SHOP_NAME": "yourstore",
"SHOPIFY_ACCESS_TOKEN": "your_token"
},
"args": [
"-y",
"@shopify/mcp-server"
],
"command": "npx"
}
}
}SHOPIFY_SHOP_NAMEyourstoreSHOPIFY_ACCESS_TOKENyour_token