applianceiq for Cursor
io.github.chrisbusbin-pixel/applianceiq
Home appliance MCP: CPSC recall lookup, lifespan, maintenance, repair-or-replace, energy cost.
client:Cursor
transport:stdio
runtime:npm
Install applianceiq in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"applianceiq": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"applianceiq-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs