ApplianceIQ MCP Server
Rank #55,804io.github.chrisbusbin-pixel/applianceiq
Home appliance MCP: CPSC recall lookup, lifespan, maintenance, repair-or-replace, energy cost.
ApplianceIQ MCP Server is a Model Context Protocol (MCP) server published by chrisbusbin-pixel. It ranks #55,804 of 115,591 servers tracked on MCP Toplist. ApplianceIQ MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on May 15, 2026 and most recently updated on May 15, 2026.
Ranks ahead of 59,787 of 115,591 servers on MCP Toplist.
Use ApplianceIQ MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add applianceiq -- npx -y applianceiq-mcp-server[mcp_servers.applianceiq]
command = "npx"
args = ["-y", "applianceiq-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"applianceiq": {
"command": "npx",
"args": [
"-y",
"applianceiq-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"applianceiq": {
"command": "npx",
"args": [
"-y",
"applianceiq-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"applianceiq": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"applianceiq-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"applianceiq": {
"command": "npx",
"args": [
"-y",
"applianceiq-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"applianceiq": {
"command": "npx",
"args": [
"-y",
"applianceiq-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.chrisbusbin-pixel%2Fapplianceiq)<a href="https://mcptoplist.com/server/io.github.chrisbusbin-pixel%2Fapplianceiq"><img src="https://mcptoplist.com/badge/io.github.chrisbusbin-pixel%2Fapplianceiq.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
chrisbusbin-pixel
Other servers by chrisbusbin-pixel
- Prop Firm Deal Finder#54,271 · 1 ver
- DebtFree MCP Server#55,805 · 1 ver
- FreshTrack MCP Server#55,806 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | May 15, 2026 |
Frequently asked questions
- Who maintains ApplianceIQ MCP Server?
- ApplianceIQ MCP Server is maintained by chrisbusbin-pixel, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is ApplianceIQ MCP Server listed on the Official MCP Registry?
- Yes — ApplianceIQ MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does ApplianceIQ MCP Server have?
- MCP Toplist tracks 1 version of ApplianceIQ MCP Server, most recently published on May 15, 2026.
- Where can I find the source code for ApplianceIQ MCP Server?
- The source code for ApplianceIQ MCP Server is hosted at github.com/chrisbusbin-pixel/applianceiq-mcp-server.