- Explore MCP Servers
- mcp_ha_xiaozhi
Mcp Ha Xiaozhi
What is Mcp Ha Xiaozhi
mcp_ha_xiaozhi is an official server from XiaoZhi (XiaGe) that connects to the Home Assistant MCP server.
Use cases
Use cases include integrating various smart devices with Home Assistant, automating tasks based on device status, and providing a centralized control system for smart home users.
How to use
To use mcp_ha_xiaozhi, you need to set up the required parameters including XIAOZHI_MCP_ENDPOINT, HA_MCP_ENDPOINT, and API_ACCESS_TOKEN. After that, you can run it using Docker with the provided command.
Key features
Key features include seamless integration between XiaoZhi’s official server and Home Assistant, easy setup via Docker, and the ability to manage smart home devices through a unified interface.
Where to use
mcp_ha_xiaozhi can be used in smart home automation environments where Home Assistant is deployed, allowing for enhanced control and monitoring of connected devices.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Ha Xiaozhi
mcp_ha_xiaozhi is an official server from XiaoZhi (XiaGe) that connects to the Home Assistant MCP server.
Use cases
Use cases include integrating various smart devices with Home Assistant, automating tasks based on device status, and providing a centralized control system for smart home users.
How to use
To use mcp_ha_xiaozhi, you need to set up the required parameters including XIAOZHI_MCP_ENDPOINT, HA_MCP_ENDPOINT, and API_ACCESS_TOKEN. After that, you can run it using Docker with the provided command.
Key features
Key features include seamless integration between XiaoZhi’s official server and Home Assistant, easy setup via Docker, and the ability to manage smart home devices through a unified interface.
Where to use
mcp_ha_xiaozhi can be used in smart home automation environments where Home Assistant is deployed, allowing for enhanced control and monitoring of connected devices.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
mcp_ha_xiaozhi
小智官方服务器(虾哥)对接home assistant的mcp server
原理
使用小智官方给的示例代码,结合mcp_proxy,实现小智官方服务器和home assistant的mcp server打通
参数
XIAOZHI_MCP_ENDPOINT:你的小智 MCP 接入点
HA_MCP_ENDPOINT:你的 HA MCP SERVER 地址
API_ACCESS_TOKEN:你的长效 API 令牌
- 小智 MCP 接入点: 登录小智官方服务器即可获取。
- HA MCP SERVER 地址: 通过 HA 官方的
mcp_server集成获取。- 点击此链接:Home Assistant MCP Server 集成直达安装
- 或 在 Home Assistant 中,前往 设置 > 设备和服务 > 添加集成。
- 从列表中选择“模型上下文协议服务器”,并按照屏幕上的说明完成设置。
- 长效 API 令牌: 用于授权访问你的 Home Assistant 实例。
- 访问你的 Home Assistant 账户配置文件设置,进入“安全”选项卡。
- 创建长期访问令牌。
docker运行
docker run -d --name mcp_ha_xiaozhi \
-e XIAOZHI_MCP_ENDPOINT="你的小智MCP接入点" \
-e HA_MCP_ENDPOINT="你的HA MCP SERVER地址" \
-e API_ACCESS_TOKEN="你的长时效API令牌" \
shawn68/mcp_ha_xiaozhi
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










