Shopify Theme Inspector runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 14 Jul 2026.
Profile Shopify Liquid performance, find slow theme code, and explain fixes in plain language.
We read the source, 19 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const child = spawn(executablePath, [url], {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add shopify-theme-inspector -- npx -y shopify-theme-inspector-mcp
{
"mcpServers": {
"shopify-theme-inspector": {
"args": [
"-y",
"shopify-theme-inspector-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.shopify-theme-inspector]
command = "npx"
args = ["-y", "shopify-theme-inspector-mcp"]
{
"mcpServers": {
"shopify-theme-inspector": {
"args": [
"-y",
"shopify-theme-inspector-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"shopify-theme-inspector": {
"args": [
"-y",
"shopify-theme-inspector-mcp"
],
"command": "npx"
}
}
}
Run Offensive360 SAST scans (60+ languages) on local code; findings with file/line and fixes
Find printer profiles, check bed fit, slice to .gcode.3mf and extract the G-code.
Run web performance audits, get code-level fixes, crawl for SEO, and read real-user Core Web Vitals.
Create and manage QR codes, short links, landing pages, and forms in your Hovercode workspace.
PDF, photo, email, and file comparison evidence checks with plain-language reports.
Shorten links, generate QR codes, and track performance across your Bitly account.
Code intelligence MCP server for 17+ programming languages.
Build Apps and run code in 30 languages — sandboxed, with persistent sessions for agent loops.
Answers built from our own checks of this server.