shopify theme inspector for VS Code
io.github.dragnoir/shopify-theme-inspector
Profile Shopify Liquid performance, find slow theme code, and explain fixes in plain language.
client:VS Code
transport:stdio
runtime:npm
Install shopify theme inspector in VS Code
.vscode/mcp.json
{
"servers": {
"shopify-theme-inspector": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"shopify-theme-inspector-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs