Skip to content
Cline

shopify-operations-mcp for Cline

io.github.jpka/shopify-operations-mcp

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

client:Cline transport:stdio runtime:npm

Install shopify-operations-mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

shopify-operations-mcp in other clients