MCP Catalogs
Home

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
Score7748
Official
Categories
ProductivityDeveloper ToolsCommunication
AI / LLM ToolsCommunicationDeveloper Tools
LanguageTypeScriptTypeScript
Last committhis monththis 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

  1. Clone the repository: git clone https://github.com/runzhliu/welink.git
  2. Follow the installation instructions in the README for Docker, Windows, or macOS
  3. Configure your WeChat data export
  4. Set up MCP server by following instructions in mcp-server/README.md
  5. Add to Claude Desktop configuration:
{
  "mcpServers": {
    "welink": {
      "command": "node",
      "args": ["path/to/welink/mcp-server/index.js"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.