MCP Catalogs
Home

hwpx-mcp-server vs time

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

hwpx-mcp-server
by airmang
time
by modelcontextprotocol
Stars★ 57★ 85,748
30d uses
Score4877
Official
Categories
File SystemProductivityAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

hwpx-mcp-server · Summary

MCP server for AI agents to read, edit, inspect, and validate local HWPX documents without Hangul word processor.

time · Summary

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

hwpx-mcp-server · Use cases

  • Processing Korean government or school documents in automated workflows
  • Converting HWPX documents to markdown or HTML for web publishing
  • Batch text replacement across multiple HWPX files

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

hwpx-mcp-server · Install

Installation

Using uv:

uvx hwpx-mcp-server

Or with pip:

pip install hwpx-mcp-server
hwpx-mcp-server

Claude Desktop Setup

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hwpx": {
      "command": "uvx",
      "args": ["hwpx-mcp-server"]
    }
  }
}

Environment Variables

  • HWPX_MCP_MAX_CHARS: Maximum text length (default: 10000)
  • HWPX_MCP_AUTOBACKUP: Create backup before edit (default: 1)
  • HWPX_MCP_ADVANCED: Enable advanced tools (default: 0)

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.