Hangul Word Processor
Summary
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.
Available Actions(7)
hwp_create
새 문서를 생성합니다.
hwp_insert_text
지정한 텍스트를 문서에 삽입합니다. Parameters: text (string)
hwp_insert_table
지정한 행과 열 수를 갖는 테이블을 생성합니다. Parameters: rows (int), cols (int)
hwp_fill_table_with_data
테이블에 데이터를 채웁니다. Parameters: data (list of lists), has_header (boolean)
hwp_fill_column_numbers
지정한 열에 연속된 숫자를 채웁니다. Parameters: start (int), end (int), column (int), from_first_cell (boolean)
hwp_save
지정한 경로에 문서를 저장합니다. Parameters: path (string)
hwp_batch_operations
여러 작업을 한 번에 실행합니다. Parameters: operations (list of operations)
Avis de la Communauté
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation