Skip to content
Gemini CLI

shopify mcp for Gemini CLI

io.github.miller-joe/shopify-mcp

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

client:Gemini CLI transport:stdio runtime:npm

Install shopify mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "shopify-mcp": {
      "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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

shopify mcp in other clients