time vs welink
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | welink by runzhliu | |
|---|---|---|
| Stars | ★ 85,748 | ★ 142 |
| 30d uses | — | — |
| Score | 77 | 48 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsCommunicationDeveloper Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
welink · Summary
WeLink is an AI-powered platform for analyzing WeChat chat data, featuring MCP server integration for direct querying in Claude Code.
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
welink · Use cases
- Query chat history directly in Claude Code using natural language questions
- Analyze relationship dynamics and communication patterns with contacts
- Create AI clones of contacts for simulated conversations based on their chat style
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"]
}
}
}welink · Install
Installation
- Clone the repository:
git clone https://github.com/runzhliu/welink.git - Follow the installation instructions in the README for Docker, Windows, or macOS
- Configure your WeChat data export
- Set up MCP server by following instructions in
mcp-server/README.md - Add to Claude Desktop configuration:
{
"mcpServers": {
"welink": {
"command": "node",
"args": ["path/to/welink/mcp-server/index.js"]
}
}
}