← Index

io.github.Koneisto/HomeAssistant-Light-MCP

io.github.Koneisto/HomeAssistant-Light-MCP·v0.6.1·Other
Quality Score
72
/100

Control Home Assistant lights and scenes. Lights only by design for safety.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "HomeAssistant-Light-MCP": {
      "command": "npx",
      "args": [
        "-y",
        "ha-mcp-server"
      ],
      "env": {
        "HA_URL": "<ha_url>",
        "HA_TOKEN": "<your-ha_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "HomeAssistant-Light-MCP": {
      "command": "npx",
      "args": [
        "-y",
        "ha-mcp-server"
      ],
      "env": {
        "HA_URL": "<ha_url>",
        "HA_TOKEN": "<your-ha_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y ha-mcp-server
§02  Environment variables
HA_URL
required

Home Assistant URL (e.g., http://192.168.1.100:8123)

HA_TOKEN
requiredsecret

Home Assistant long-lived access token

§03  MCP Quality Score  ·  methodology
freshness
17
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other