Odel
Shopify Theme Inspector MCP

Shopify Theme Inspector MCP

Local
@dragnoirTypeScriptMITUpdated 4 days ago

Profile Shopify Liquid performance, find slow theme code, and explain fixes in plain language.

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-theme-inspector-mcpv0.5.1

Run

npx -y shopify-theme-inspector-mcp

MCP client config

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