Back to Home
twoLoop-40 icon

HwpAutomation

Verified Safe

by twoLoop-40

Overview

Acts as an MCP (Multi-Modal Controller Protocol) server to enable Claude Desktop (or other agents) to automate tasks within the Hancom HWP word processor.

Installation

Run Command
python -m automations.mcp.server

Security Notes

The MCP server uses standard I/O (stdio_server) for communication, which limits direct network exposure. HWP COM automation and pywinauto (via subprocess for Latex2Hwp) are utilized, which are standard for local desktop automation but could pose risks if the underlying HWP application or automation scripts were maliciously altered. No explicit hardcoded secrets or 'eval' calls were found in the provided code.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens500
Stars0
Forks0
Last Update2025-12-18

Tags

HWP AutomationMCP ServerClaude DesktopDocument ProcessingPython