Skip to content
VS Code

shopify geo audit for VS Code

io.github.builtbyabs/shopify-geo-audit

Audit any Shopify store for AI search (GEO/AEO) readiness and generate the fixes. No signup.

client:VS Code transport:stdio runtime:npm

Install shopify geo audit in VS Code

.vscode/mcp.json

{
  "servers": {
    "shopify-geo-audit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "shopify-geo-audit-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

shopify geo audit in other clients