← Index

io.github.miller-joe/shopify-mcp

io.github.miller-joe/shopify-mcp·v0.1.2·E-commerce
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "shopify-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@miller-joe/shopify-mcp"
      ],
      "env": {
        "SHOPIFY_STORE": "<shopify_store>",
        "SHOPIFY_ACCESS_TOKEN": "<your-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>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "shopify-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@miller-joe/shopify-mcp"
      ],
      "env": {
        "SHOPIFY_STORE": "<shopify_store>",
        "SHOPIFY_ACCESS_TOKEN": "<your-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>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @miller-joe/shopify-mcp
§02  Environment variables
SHOPIFY_STORE
required

Store domain, e.g. 'my-store' or 'my-store.myshopify.com'

SHOPIFY_ACCESS_TOKEN
requiredsecret

Admin API access token (shpat_...). See README for how to create a custom app on a dev store.

SHOPIFY_API_VERSION

Shopify GraphQL Admin API version (default: 2026-04)

COMFYUI_URL

ComfyUI HTTP URL for bridge tools. When unset, generate_* bridge tools are disabled.

COMFYUI_PUBLIC_URL

Externally-reachable ComfyUI URL (defaults to COMFYUI_URL)

COMFYUI_DEFAULT_CKPT

Default ComfyUI checkpoint filename for bridge tools (default: sd_xl_base_1.0.safetensors)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in E-commerce