Skip to content

shopify-operations-mcp for Zed

io.github.jpka/shopify-operations-mcp

Safe-write Shopify operations: plan-before-execute writes with out-of-band approval and audit.

client:Zed transport:stdio runtime:npm

Install shopify-operations-mcp 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-operations-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "shopify-operations-mcp"
      ],
      "env": {
        "SHOPIFY_STORE_DOMAIN": "<SHOPIFY_STORE_DOMAIN>",
        "SHOPIFY_ADMIN_TOKEN": "<SHOPIFY_ADMIN_TOKEN>",
        "SHOPIFY_CONFIG": "<SHOPIFY_CONFIG>",
        "SHOPIFY_PLAN_TTL_MS": "<SHOPIFY_PLAN_TTL_MS>",
        "SHOPIFY_APPROVAL_SERVER_PORT": "<SHOPIFY_APPROVAL_SERVER_PORT>",
        "SHOPIFY_PROTECTED_TAGS": "<SHOPIFY_PROTECTED_TAGS>",
        "SHOPIFY_CALLER_ID": "<SHOPIFY_CALLER_ID>",
        "SHOPIFY_AUDIT_PATH": "<SHOPIFY_AUDIT_PATH>"
      }
    }
  }
}

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

shopify-operations-mcp in other clients