MCP Server
Maintained
MIT
io.github.chrisbusbin-pixel/applianceiq MCP Server
io.github.chrisbusbin-pixel/applianceiq
What is the io.github.chrisbusbin-pixel/applianceiq MCP server?
Home appliance MCP: CPSC recall lookup, lifespan, maintenance, repair-or-replace, energy cost.
How to install io.github.chrisbusbin-pixel/applianceiq
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"applianceiq": {
"command": "npx",
"args": [
"-y",
"applianceiq-mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"applianceiq": {
"command": "npx",
"args": [
"-y",
"applianceiq-mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"applianceiq": {
"command": "npx",
"args": [
"-y",
"applianceiq-mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"applianceiq": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"applianceiq-mcp-server"
]
}
}
}Claude Code
claude mcp add applianceiq -- npx -y applianceiq-mcp-serverRelated MCP servers
io.github.chrisbusbin-pixel/debtfree
Maintained
Debt payoff calculator: snowball vs avalanche, minimum payment trap, extra-payment impact.
0
View repository →JavaScript
MIT
io.github.chrisbusbin-pixel/freshtrack
Maintained
USDA food shelf-life database, food safety, storage tips, food waste cost calculator.
0
View repository →JavaScript
MIT
Prop Firm Deal Finder
Maintained
Query live prop firm discount codes, compare firms, and find cheapest funded trading challenges.
0
View repository →JavaScript
MIT