tevonsb/homeassistant-mcp
Access Home Assistant data and control devices (lights, switches, thermostats, etc).
Quick Start
Clone the repository:
git clone https://github.com/tevonsb/homeassistant-mcpClaude Desktop configuration example:
{
"mcpServers": {
"homeassistant-mcp": {
"command": "npx",
"args": [
"-y",
"tevonsb/homeassistant-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.