Back to MCP Servers
Server Home Assistant
Expose all Home Assistant voice intents through a Model Context Protocol Server allowing home control.
other-tools-and-integrations
By allenporter
Installation
npx -y mcp-server-home-assistantConfiguration
{
"mcpServers": {
"mcp-server-home-assistant": {
"command": "npx",
"args": ["-y", "mcp-server-home-assistant"]
}
}
}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