★ 88 stars
Swift
🤖 AI/LLM
Updated 7d ago
HomeKit smart home control via MCP — lights, locks, thermostats, and scenes for Claude Desktop, Claude Code, and OpenClaw
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"homeclaw": {
"command": "npx",
"args": [
"-y",
"omarshahine/HomeClaw"
]
}
}
}
Run in terminal:
claude mcp add homeclaw npx -y omarshahine/HomeClaw
Add to .cursor/mcp.json:
{
"mcpServers": {
"homeclaw": {
"command": "npx",
"args": [
"-y",
"omarshahine/HomeClaw"
]
}
}
}
Topics
claudehomekitmacosmcpsmart-homeswift