Shopify store management and API integration
Connect to Shopify for managing products, orders, customers, and store analytics.
{
"mcpServers": {
"shopify": {
"mcpServers": {
"shopify": {
"env": {
"SHOPIFY_STORE_URL": "your-store.myshopify.com",
"SHOPIFY_ACCESS_TOKEN": "your-access-token"
},
"args": [
"-y",
"@anthropic/shopify-mcp-server"
],
"command": "npx"
}
}
}
}
}