H
Home Assistant MCP Info Hub
a home assistant mqtt info displayer with a websocket <-> mqtt bidirectional bridge.
创建于 1/21/2026
更新于 about 1 month ago
README
Repository documentation and setup instructions
MCP info panel with MQTT websocket bridge.
this is a MCP that is inspired on VIEW assist (could not get the idea with out you) it can show info from a LLM and makes a MQTT websocket bridge to show all bound entities. with one MQTT button to control them all

This code ts 100% written by LLM im a software tester not a developer.
mcp-proxy --port=7086 --host=0.0.0.0 -- ./server.py
快速设置
此服务器的安装指南
安装包 (如果需要)
uvx home-assistant-mcp-info-hub
Cursor 配置 (mcp.json)
{
"mcpServers": {
"bram-diederik-home-assistant-mcp-info-hub": {
"command": "uvx",
"args": [
"home-assistant-mcp-info-hub"
]
}
}
}