korean-law-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
korean-law-mcp by chrisryugj | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 1,732 | ★ 85,748 |
| 30d uses | — | — |
| Score | 56 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsKnowledge GraphDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
korean-law-mcp · Summary
Korean legal MCP server transforming 41 government APIs into 17 tools with citation verification, impact mapping, and time comparison.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
korean-law-mcp · Use cases
- Legal research professionals verifying AI-generated citations against official Korean law databases
- Citizens seeking step-by-step guidance for legal issues like rental deposit disputes
- Policy analysts comparing legal changes across different time periods to understand impacts
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-law-mcp · Install
Installation
npm
npm install -g korean-law-mcpClaude Desktop
Add to Claude Desktop config.json:
{
"mcpServers": {
"korean-law": {
"command": "npx",
"args": ["korean-law-mcp"]
}
}
}Docker
docker run -p 8080:8080 chrisryugj/korean-law-mcpDirect API
curl https://korean-law-mcp.fly.dev/mcptime · 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"]
}
}
}