Skip to content
VS Code

applianceiq for VS Code

io.github.chrisbusbin-pixel/applianceiq

Home appliance MCP: CPSC recall lookup, lifespan, maintenance, repair-or-replace, energy cost.

client:VS Code transport:stdio runtime:npm

Install applianceiq in VS Code

.vscode/mcp.json

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

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

applianceiq in other clients