npx claudepluginhub pzharyuk/ai-claude-plugins --plugin homeassistant-managerAdd to your .mcp.json:
{
"mcpServers": {
"homeassistant-manager": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/server/index.js"
],
"env": {
"HA_URL": "${HA_URL}",
"HA_TOKEN": "${HA_TOKEN}"
}
}
}
}Replace placeholder values for: HA_TOKEN
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
nodeHA_URL=${HA_URL}HA_TOKEN=${HA_TOKEN}