Installation & Configuration
{
"mcpServers": {
"shopify-storefront": {
"command": "python",
"args": [
"-m",
"shopify_storefront_mcp_server"
],
"env": {
"SHOPIFY_STOREFRONT_ACCESS_TOKEN": "your_storefront_token",
"SHOPIFY_STORE_NAME": "your-store-name",
"SHOPIFY_API_VERSION": "2025-04",
"SHOPIFY_BUYER_IP": "127.0.0.1"
}
}
}
}Information
Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/13