MCP Catalogs
Home

korean-contracts vs time

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

korean-contracts
by kimlawtech
time
by modelcontextprotocol
Stars★ 42★ 85,748
30d uses
Score4577
Official
Categories
AI / LLM ToolsProductivityDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageGo TemplateTypeScript
Last commit1 mo agothis month

korean-contracts · Summary

MCP server for generating Korean legal contracts with privacy protection features.

time · Summary

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

korean-contracts · Use cases

  • HR professionals and business owners need to create compliant employment contracts in Korea
  • Freelancers and contractors require legally sound agreement templates
  • Small business owners need to review existing contracts against current regulations

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

korean-contracts · Install

Install via automated scripts:

# macOS / Linux
git clone https://github.com/kimlawtech/korean-contracts
cd korean-contracts
bash install.sh

# Windows (PowerShell)
git clone https://github.com/kimlawtech/korean-contracts
cd korean-contracts
powershell -ExecutionPolicy Bypass -File install.ps1

The install script automatically:

  1. Creates symlinks to skills in ~/.claude/skills/
  2. Installs Python dependencies (mcp, python-docx)
  3. Registers the MCP server in Claude Desktop config:
{
  "mcpServers": {
    "korean-contracts": {
      "command": "python3",
      "args": ["/path/to/korean-contracts/mcp-server/server.py"]
    }
  }
}

Restart Claude Desktop after installation.

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.