server_config
{
"rating": 2.5,
"dev_lang": "typescript",
"mcp_install": "{\n \"mcpServers\": {\n \"shopify-store-mcp\": {\n \"command\": \"npx\",\n \"args\": [\"-y\", \"shopify-store-mcp\"],\n \"env\": {\n \"SHOPIFY_STORE_URL\": \"your-store.myshopify.com\",\n \"SHOPIFY_ACCESS_TOKEN\": \"shpat_xxxxxxxxxxxxxxxxxxxxx\"\n }\n }\n }\n}\n\n{\n \"mcpServers\": {\n \"shopify-store-mcp\": {\n \"command\": \"cmd\",\n \"args\": [\"/k\", \"npx\", \"-y\", \"shopify-store-mcp\"],\n \"env\": {\n \"SHOPIFY_STORE_URL\": \"your-store.myshopify.com\",\n \"SHOPIFY_ACCESS_TOKEN\": \"shpat_xxxxxxxxxxxxxxxxxxxxx\"\n }\n }\n }\n}\n\n{\n \"mcpServers\": {\n \"shopify-store-mcp\": {\n \"command\": \"npx\",\n \"args\": [\"-y\", \"shopify-store-mcp\"],\n \"env\": {\n \"SHOPIFY_STORE_URL\": \"your-store.myshopify.com\",\n \"SHOPIFY_ACCESS_TOKEN\": \"shpat_xxxxxxxxxxxxxxxxxxxxx\"\n }\n },\n \"shopify-dev-mcp\": {\n \"command\": \"npx\",\n \"args\": [\"-y\", \"@shopify/dev-mcp@latest\"]\n }\n }\n}"
}