ha-mcp-for-xiaozhi vs time
Side-by-side comparison to help you pick between these two MCP servers.
ha-mcp-for-xiaozhi by c1pher-cn | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 234 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 7 mo ago | this month |
ha-mcp-for-xiaozhi · Summary
Home Assistant MCP server for Xiaozhi AI enabling direct integration with voice assistants.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
ha-mcp-for-xiaozhi · Use cases
- Voice control of Home Assistant devices through Xiaozhi AI assistant
- Integration of multiple MCP servers with Xiaozhi for extended functionality
- Creating custom scripts for complex device automation via voice commands
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
ha-mcp-for-xiaozhi · Install
Install via HACS in Home Assistant:
- Open HACS and search for 'xiaozhi' or 'ha-mcp-for-xiaozhi'
- Download the integration
- Restart Home Assistant
- Go to Settings > Devices & Services > Add Integration
- Search for 'MCP Server for Xiaozhi' and configure with your Xiaozhi MCP endpoint
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}