A little app that runs in the task bar and helps you play wit HA via the ha-mcp server
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"home-assistant-helpe": {
"command": "npx",
"args": [
"-y",
"aaronpowell/home-assistant-helper"
]
}
}
}
Run in terminal:
claude mcp add home-assistant-helpe npx -y aaronpowell/home-assistant-helper
Add to .cursor/mcp.json:
{
"mcpServers": {
"home-assistant-helpe": {
"command": "npx",
"args": [
"-y",
"aaronpowell/home-assistant-helper"
]
}
}
}