Skip to content
Zed

hubitat mcp for Zed

io.github.mrfentmen/hubitat-mcp

MCP server for Hubitat: devices, status, commands via Maker API. Local-first smart home.

client:Zed transport:stdio runtime:npm

Install hubitat mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "hubitat-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hubitat-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

hubitat mcp in other clients