Loading MCP server directory, please wait...
MCP server for Shopify Admin API with a ComfyUI bridge for AI product image generation.
npx @getmcp/cli add io.github.miller-joe/shopify-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
SHOPIFY_STOREStore domain, e.g. 'my-store' or 'my-store.myshopify.com'
SHOPIFY_ACCESS_TOKENAdmin API access token (shpat_...). See README for how to create a custom app on a dev store.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.miller-joe/shopify-mcp": {
"command": "npx",
"args": [
"-y",
"@miller-joe/shopify-mcp"
],
"env": {
"SHOPIFY_STORE": "",
"SHOPIFY_ACCESS_TOKEN": "",
"SHOPIFY_API_VERSION": "",
"COMFYUI_URL": "",
"COMFYUI_PUBLIC_URL": "",
"COMFYUI_DEFAULT_CKPT": ""
}
}
}
}