MCP Catalogs
Home

WeChat-MCP vs time

Side-by-side comparison to help you pick between these two MCP servers.

WeChat-MCP
by BiboyQG
time
by modelcontextprotocol
Stars★ 191★ 85,748
30d uses
Score4877
Official
Categories
CommunicationProductivityAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit2 mo agothis month

WeChat-MCP · Summary

An MCP server that automates WeChat on macOS, allowing LLMs to read messages and send replies.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

WeChat-MCP · Use cases

  • Automate customer service responses in WeChat business accounts
  • Monitor multiple group chats and prioritize urgent messages
  • Generate and publish daily Moments posts automatically

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

WeChat-MCP · Install

# Install via pip
pip install wechat-mcp-server

# Setup with Claude Desktop
{
  "mcpServers": {
    "wechat-mcp": {
      "type": "stdio",
      "command": "wechat-mcp"
    }
  }
}

Note: Requires macOS Accessibility permissions for your terminal application.

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.