MCPServers
Hangul Word Processor - MCP server logo

Hangul Word Processor

77
0

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) - 실행할 작업 리스트.

Last Updated: April 17, 2025

コミュニティレビュー

0.0
0 レビュー
5
0
4
0
3
0
2
0
1
0

まだレビューはありません. 最初のレビューを投稿しましょう!

会話に参加するにはサインインしてください

Coming soon to
HighlightHighlight AI

言語

TypeScript

カテゴリ

タグ