Loading MCP server directory, please wait...
Control Home Assistant lights and scenes. Lights only by design for safety.
npx @getmcp/cli add io.github.Koneisto/HomeAssistant-Light-MCPRequires Node.js 18+. Community-contributed server. Review source before installing.
HA_URLHome Assistant URL (e.g., http://192.168.1.100:8123)
HA_TOKENHome Assistant long-lived access token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Koneisto/HomeAssistant-Light-MCP": {
"command": "npx",
"args": [
"-y",
"ha-mcp-server"
],
"env": {
"HA_URL": "",
"HA_TOKEN": ""
}
}
}
}