Hubitat-local-MCP-server

kingpanther13/Hubitat-local-MCP-server
★ 8 stars Groovy 📦 Other Updated today
An MCP server.
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": {
    "hubitat-local-mcp-se": {
      "command": "npx",
      "args": [
        "-y",
        "kingpanther13/Hubitat-local-MCP-server"
      ]
    }
  }
}