py-xiaozhi vs time
Side-by-side comparison to help you pick between these two MCP servers.
py-xiaozhi by huangjunsen0406 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 3,309 | ★ 85,748 |
| 30d uses | — | — |
| Score | 56 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
py-xiaozhi · Summary
A Python-based Xiaozhi AI voice assistant with MCP tools integration, supporting GUI/CLI/GPI interfaces and multimodal interactions.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
py-xiaozhi · Use cases
- Voice-controlled desktop assistant with multimodal capabilities
- Home automation through voice commands and tool integration
- Development platform for custom voice assistant applications
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
py-xiaozhi · Install
# Clone repository
git clone https://github.com/huangjunsen0406/py-xiaozhi.git
cd py-xiaozhi
# Install dependencies (CLI/GPIO mode)
uv sync
# or: pip install -e .
# Install with GUI support
uv sync --extra gui
# or: pip install -e '.[gui]'
# Run the application
python main.py # GUI mode (default)
python main.py --mode cli # CLI mode
python main.py --protocol mqtt # MQTT protocolFor Claude Desktop integration, add to claude_desktop_config.json:
{
"mcpServers": {
"xiaozhi": {
"command": "python",
"args": ["/path/to/py-xiaozhi/main.py"]
}
}
}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"]
}
}
}