Skip to content
Grok

applianceiq for Grok

io.github.chrisbusbin-pixel/applianceiq

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

client:Grok transport:stdio runtime:npm

Install applianceiq in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

applianceiq in other clients