allenporter/mcp-server-home-assistant
Expose all Home Assistant voice intents through a Model Context Protocol Server allowing home control.
Quick Start
Clone the repository:
git clone https://github.com/allenporter/mcp-server-home-assistantClaude Desktop configuration example:
{
"mcpServers": {
"mcp-server-home-assistant": {
"command": "npx",
"args": [
"-y",
"allenporter/mcp-server-home-assistant"
]
}
}
}Check the repository README for specific installation and configuration instructions.