MCP Catalogs
Home

wenyan-mcp vs time

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

wenyan-mcp
by caol64
time
by modelcontextprotocol
Stars★ 1,225★ 85,748
30d uses
Score5377
Official
Categories
ProductivityAI / LLM ToolsCommunication
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last commit1 mo agothis month

wenyan-mcp · Summary

Wenyan MCP Server enables AI to automatically format Markdown and publish to WeChat Official Accounts.

time · Summary

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

wenyan-mcp · Use cases

  • AI-assisted content creation with automatic formatting for WeChat Official Accounts
  • Automated publishing workflow using AI agents and MCP tools
  • Multi-account management for team-based content publishing

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

wenyan-mcp · Install

Installation

npm install -g @wenyan-md/mcp

Claude Desktop Configuration

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "wenyan-mcp": {
      "command": "wenyan-mcp",
      "env": {
        "WECHAT_APP_ID": "your_app_id",
        "WECHAT_APP_SECRET": "your_app_secret"
      }
    }
  }
}

Server Mode Configuration

For remote publishing:

{
  "mcpServers": {
    "wenyan-mcp": {
      "command": "wenyan-mcp",
      "args": ["--server", "https://api.example.com", "--api-key", "your-api-key"]
    }
  }
}

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.