Skip to content
Zed

shopify mcp pro for Zed

io.github.den-indance/shopify-mcp-pro

Shopify MCP server with real analytics (ShopifyQL), auto-refresh auth, and Shopify API 2026-04.

client:Zed transport:stdio runtime:npm

Install shopify mcp pro in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "shopify-mcp-pro": {
      "command": "npx",
      "args": [
        "-y",
        "@den.dance/shopify-mcp-pro"
      ],
      "env": {
        "SHOPIFY_STORE_DOMAIN": "<SHOPIFY_STORE_DOMAIN>",
        "SHOPIFY_CLIENT_ID": "<SHOPIFY_CLIENT_ID>",
        "SHOPIFY_CLIENT_SECRET": "<SHOPIFY_CLIENT_SECRET>",
        "SHOPIFY_API_VERSION": "<SHOPIFY_API_VERSION>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

shopify mcp pro in other clients