Back to MCP Servers
Homeassistant
Access Home Assistant data and control devices (lights, switches, thermostats, etc).
other-tools-and-integrations
By tevonsb
Installation
npx -y homeassistant-mcpConfiguration
{
"mcpServers": {
"homeassistant-mcp": {
"command": "npx",
"args": ["-y", "homeassistant-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes