HWP MCP Server provides a bridge between AI assistants and Hangul Word Processor (HWP) documents, enabling document manipulation through a standardized interface. The implementation supports both Python (Flask-based) and Node.js versions, utilizing the HWP COM interface via pywin32 or winax respectively to control document operations. This server allows AI assistants to create, edit, and format Korean documents in the proprietary HWP format, making it particularly valuable for workflows involving Korean language document processing that require direct interaction with the Hangul Office suite.
No reviews yet. Be the first to review!
Sign in to join the conversation
새 문서를 생성합니다.
문서에 지정된 텍스트를 삽입합니다. Parameters: text (string)
지정된 행과 열 수를 가진 테이블을 생성합니다. Parameters: rows (int), cols (int)
테이블에 지정된 데이터를 채웁니다. Parameters: data (array of arrays), has_header (boolean)
지정된 열에 연속된 숫자를 채웁니다. Parameters: start (int), end (int), column (int), from_first_cell (boolean)
지정된 경로에 문서를 저장합니다. Parameters: path (string)
여러 작업을 한 번에 실행합니다. Parameters: operations (array of objects)