time vs hwp-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | hwp-mcp by treesoop | |
|---|---|---|
| Stars | ★ 85,748 | ★ 26 |
| 30d uses | — | — |
| Score | 77 | 44 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsProductivityFile System |
| Language | TypeScript | TypeScript |
| Last commit | this month | 1 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
hwp-mcp · Summary
MCP server enabling AI agents to read, edit, and create Korean HWP/HWPX documents with 34 specialized tools.
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
hwp-mcp · Use cases
- Processing Korean government documents and extracting structured data from tables and text
- Automating form filling in Korean business documents using template placeholders
- Creating new Korean documents programmatically or through AI assistants
- Extracting embedded images from HWP documents for reuse in other formats
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"]
}
}
}hwp-mcp · Install
Installation
Claude Code
claude mcp add hwp-mcp -- npx -y hwp-mcpClaude Desktop / Cursor / VS Code (settings JSON)
{
"mcpServers": {
"hwp-mcp": {
"command": "npx",
"args": ["-y", "hwp-mcp"]
}
}
}Node.js 20+ is required.