画一张ha-mcp、ha-mcp-integration 和 Home Assistant 官方 MCP Server 三者的详细对比图(包括工具数量、能力范围、适用场景),一眼就能看出该选哪个

(2026)的三种方案

                    ┌────────────────────────────┐
                    │    AI Client               │
                    │ Claude / ChatGPT / Cursor  │
                    │ Gemini CLI / VS Code       │
                    └──────────────┬─────────────┘
                                   │
                              MCP Protocol
                                   │
          ┌────────────────────────┼────────────────────────┐
          │                        │                        │
          ▼                        ▼                        ▼
 ┌──────────────────┐     ┌──────────────────┐     ┌────────────────────┐
 │ Home Assistant   │     │ HA MCP Server    │     │ ha-mcp             │
 │ 官方 MCP Server   │     │ (Integration)    │     │ Docker / uvx       │
 └────────┬─────────┘     └────────┬─────────┘     └────────┬───────────┘
          │                        │                        │
          └────────────────────────┴────────────────────────┘
                               Home Assistant

左边:Home Assistant 官方 MCP Server

中间:ha-mcp-integration 内置的 HA MCP Server

右边:独立部署的 ha-mcp(Docker)

Note

中间和右边是同一个项目(ha-mcp)的两种部署方式;

 

| 功能              |  官方 MCP Server | HA MCP Server(Integration) |   ha-mcp Docker   |
| --------------- | :------------: | :------------------------: | :---------------: |
| 控制设备            |        ✅       |              ✅             |         ✅         |
| 查询 Entity       |        ✅       |              ✅             |         ✅         |
| 所有 Entity       | ❌ Assist 暴露的实体 |              ✅             |         ✅         |
| 创建 Automation   |        ❌       |              ✅             |         ✅         |
| 修改 Automation   |        ❌       |              ✅             |         ✅         |
| 调试 Automation   |        ❌       |              ✅             |         ✅         |
| Dashboard       |        ❌       |              ✅             |         ✅         |
| History         |       基础       |              ✅             |         ✅         |
| Trace           |        ❌       |              ✅             |         ✅         |
| Helpers         |        ❌       |              ✅             |         ✅         |
| HACS            |        ❌       |              ✅             |         ✅         |
| Add-ons         |        ❌       |              ✅             |         ✅         |
| File/YAML Tools |        ❌       |            ✅(可选)           | ✅(配合 Integration) |

 

Comments

Be the first to post a comment

Post a comment