Developer Tools
Trust: 32/100 (Limited)io.github.Koneisto/HomeAssistant-Light-MCP Guide
Control Home Assistant lights and scenes. Lights only by design for safety.
by Koneisto
Quick Start
Install
npx ha-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-koneisto-homeassistant-light-mcp": {
"command": "npx",
"args": [
"ha-mcp-server"
]
}
}
}