Skip to content
Cursor

shopify theme inspector for Cursor

io.github.dragnoir/shopify-theme-inspector

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

client:Cursor transport:stdio runtime:npm

Install shopify theme inspector in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

shopify theme inspector in other clients