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
문서에 텍스트를 삽입합니다. 매개변수: text (string) - 삽입할 텍스트.
hwp_insert_table
테이블을 생성합니다. 매개변수: rows (int) - 행 수, cols (int) - 열 수.
hwp_fill_table_with_data
테이블에 데이터를 채웁니다. 매개변수: data (list of list) - 채울 데이터, has_header (bool) - 헤더 여부.
hwp_fill_column_numbers
지정된 열에 연속된 숫자를 채웁니다. 매개변수: start (int) - 시작 숫자, end (int) - 종료 숫자, column (int) - 열 번호, from_first_cell (bool) - 첫 번째 셀에서 시작 여부.
hwp_save
문서를 저장합니다. 매개변수: path (string) - 저장할 경로 및 파일 이름.
hwp_batch_operations
여러 작업을 한 번에 실행합니다. 매개변수: operations (list of dict) - 실행할 작업 리스트.
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요