Back to directory
quentincody/shopify-storefront-mcp-server

quentincody/shopify-storefront-mcp-server

@QuentinCody

Shopify Storefront MCP Server - 通过MCP提供Shopify Storefront API访问,允许AI助手查询和交互商店数据

shopifystorefrontmcpecommercegraphqlapiai-assistantcommerce

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