Comprehensive Model Context Protocol server for managing Home Assistant through AI assistants.
Runs locally over stdio
This server isn't hosted โ your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx ha-mcp
MCP client config
{
"mcpServers": {
"ha-mcp": {
"command": "uvx",
"args": [
"ha-mcp"
]
}
}
}Run
docker run -i --rm ghcr.io/homeassistant-ai/ha-mcp:8.4.3
MCP client config
{
"mcpServers": {
"ha-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/homeassistant-ai/ha-mcp:8.4.3"
]
}
}
}