time vs lsbot
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | lsbot by ruilisi | |
|---|---|---|
| Stars | ★ 85,748 | ★ 409 |
| 30d uses | — | — |
| Score | 77 | 50 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsSecurityAI / LLM ToolsCommunication |
| Language | TypeScript | Go |
| Last commit | this month | 1 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
lsbot · Summary
A lean, secure bot with MCP protocol integration and end-to-end encryption for AI 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
lsbot · Use cases
- Secure AI assistant with local data processing and encrypted communication
- Automated workflow integration with messaging platforms like WeChat Work and Slack
- Browser automation without Node.js dependencies using CDP protocol
- Cross-platform file management and system control through AI agents
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"]
}
}
}lsbot · Install
# macOS / Linux / WSL
curl -fsSL https://files.lingti.com/install-lsbot.sh | bash
# Windows (PowerShell)
irm https://files.lingti.com/install-lsbot.ps1 | iexFor Claude Desktop integration, add this to Claude Desktop's config.json:
{
"mcpServers": {
"lsbot": {
"command": "lsbot",
"args": ["mcp"]
}
}
}