Back to Home
twoLoop-40 icon

HwpAutomation

Verified Safe

by twoLoop-40

Overview

Serves as an MCP (Meta-Controller Protocol) server to enable Claude Desktop to automate tasks within the Hancom Word Processor (HWP), including document merging, conversion to PDF/images, and folder consolidation.

Installation

Run Command
python -m automations.mcp.server

Security Notes

The system heavily relies on `win32com.client` to interact with Hancom Word Processor (HWP), which inherently carries risks if HWP itself has vulnerabilities. However, the code actively registers a `FilePathCheckDLL` security module, indicating an awareness and attempt to mitigate file-related risks. The server uses `stdio` for communication, which is a secure local channel. There is a `subprocess.Popen` call to `explorer` in the Consolidator plugin, which is generally low risk for opening folders, but requires proper path validation to prevent potential command injection if user input is directly passed without sanitization. Overall, good practices are followed for the context of HWP COM automation.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2025-11-28

Tags

HWP AutomationMCP ServerClaude DesktopDocument ProcessingPythonWindows