← Back to Plugins
MCP Server MCP

io.github.miller-joe/shopify-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @miller-joe/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@miller-joe/shopify-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:9110/mcp"
      },
      "environmentVariables": [
        {
          "description": "Store domain, e.g. 'my-store' or 'my-store.myshopify.com'",
          "isRequired": true,
          "format": "string",
          "name": "SHOPIFY_STORE"
        },
        {
          "description": "Admin API access token (shpat_...). See README for how to create a custom app on a dev store.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SHOPIFY_ACCESS_TOKEN"
        },
        {
          "description": "Shopify GraphQL Admin API version (default: 2026-04)",
          "format": "string",
          "name": "SHOPIFY_API_VERSION"
        },
        {
          "description": "ComfyUI HTTP URL for bridge tools. When unset, generate_* bridge tools are disabled.",
          "format": "string",
          "name": "COMFYUI_URL"
        },
        {
          "description": "Externally-reachable ComfyUI URL (defaults to COMFYUI_URL)",
          "format": "string",
          "name": "COMFYUI_PUBLIC_URL"
        },
        {
          "description": "Default ComfyUI checkpoint filename for bridge tools (default: sd_xl_base_1.0.safetensors)",
          "format": "string",
          "name": "COMFYUI_DEFAULT_CKPT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...