kylez0101/smart-home-mcp
MCP server for controlling smart home appliances
Platform-specific configuration:
{
"mcpServers": {
"smart-home-mcp": {
"command": "npx",
"args": [
"-y",
"smart-home-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.python.org/downloads/) [](LICENSE)
中文 | English
Control your entire home from Claude. No app, no dashboard, no Home Assistant. Just talk.
Smart home control is fragmented... every brand has its own app, its own automations, its own walled garden. Smart Home MCP goes direct: MCP to device APIs, no middleware. Clone, add credentials, and your AI assistant becomes your home controller.
The AI isn't just a remote control. It reasons about your home. "Make the bedroom sleep-ready" becomes a coordinated sequence across AC, lights, and curtains. No YAML rules, no automation configs. Natural language is the interface.
You: "I'm going to sleep"
Claude: Activating Sleep Mode...
✓ Bedroom AC → 26°C cooling
✓ Living room light → off
✓ Curtains → closed
You: "I'm heading out"
Claude: Activating Leave Home...
✓ Bedroom AC → off
✓ Bedroom light → off
✓ Curtains → closed
You: "It's getting hot, cool down the bedroom"
Claude: Turning on bedroom AC, setting to 25°C cooling mode.
✓ Power → on
✓ Temperature → 25°C
✓ Mode → coolYou don't need to define scenes for everything. Claude reasons on the fly.
Copy this to Claude Code or OpenCl
Loading reviews...