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
Create a new document.
hwp_insert_text
Insert text into the document. Parameters: text (string)
hwp_insert_table
Create a table in the document. Parameters: rows (int), cols (int)
hwp_fill_table_with_data
Fill a table with data. Parameters: data (list of lists), has_header (bool)
hwp_fill_column_numbers
Fill a column with consecutive numbers. Parameters: start (int), end (int), column (int), from_first_cell (bool)
hwp_save
Save the document. Parameters: path (string)
hwp_batch_operations
Execute multiple operations in a batch. Parameters: operations (list of operation dictionaries)
Avis de la Communauté
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation