io.github.miller-joe/shopify-mcp✓
io.github.miller-joe/shopify-mcp · v0.1.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.miller-joe/shopify-mcp",
"description": "MCP server for Shopify Admin API with a ComfyUI bridge for AI product image generation.",
"repository": {
"url": "https://github.com/miller-joe/shopify-mcp",
"source": "github"
},
"version": "0.1.2",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}