MCP Directory
Back

HomeClaw

by omarshahine · Swift · ★ 148

HomeKit smart home control via MCP — lights, locks, thermostats, and scenes for Claude Desktop, Claude Code, and OpenClaw

#claude#homekit#macos#mcp#smart-home#swift

Install

git clone https://github.com/omarshahine/HomeClaw.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "homeclaw": {
      "command": "npx",
      "args": [
        "-y",
        "github:omarshahine/HomeClaw"
      ]
    }
  }
}

From the README

HomeClaw Control your Apple HomeKit smart home from AI assistants, the terminal, and automation tools. HomeClaw exposes your HomeKit accessories through a **command-line tool**, a **stdio MCP server**, and plugins for **Claude Code** and **OpenClaw**. It runs as a lightweight macOS menu bar app. Settings — every preference in one place CLI — every accessory, one command away Terminal UI — for power users Apple HomeKit has no public API, no CLI, and no way to integrate with AI assistants or automation pipelines. HomeClaw bridges that gap with a Mac Catalyst app…
Read full README on GitHub →

Related other servers