Odel
shopify-operations-mcp

shopify-operations-mcp

Local
@jpkaTypeScriptMITUpdated 3w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmshopify-operations-mcpv0.1.2

Run

npx -y shopify-operations-mcp

MCP client config

{
  "mcpServers": {
    "shopify-operations-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "shopify-operations-mcp"
      ]
    }
  }
}