Skip to content
Cursor

shopify mcp for Cursor

io.github.miller-joe/shopify-mcp

MCP server for Shopify Admin API with a ComfyUI bridge for AI product image generation.

client:Cursor transport:stdio runtime:npm

Install shopify mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "shopify-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@miller-joe/shopify-mcp"
      ],
      "env": {
        "SHOPIFY_STORE": "<SHOPIFY_STORE>",
        "SHOPIFY_ACCESS_TOKEN": "<SHOPIFY_ACCESS_TOKEN>",
        "SHOPIFY_API_VERSION": "<SHOPIFY_API_VERSION>",
        "COMFYUI_URL": "<COMFYUI_URL>",
        "COMFYUI_PUBLIC_URL": "<COMFYUI_PUBLIC_URL>",
        "COMFYUI_DEFAULT_CKPT": "<COMFYUI_DEFAULT_CKPT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

shopify mcp in other clients