Skip to content
VS Code

store for VS Code

com.yaktool/store

Forecast a WooCommerce CSV import and migrate Shopify exports. 61 documented rules.

client:VS Code transport:stdio runtime:npm

Install store in VS Code

.vscode/mcp.json

{
  "servers": {
    "store": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "yaktool-store-mcp"
      ]
    }
  }
}

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

store in other clients