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) - the text to be inserted.
hwp_insert_table
Create a table in the document. Parameters: rows (int) - number of rows, cols (int) - number of columns.
hwp_fill_table_with_data
Fill a table with data. Parameters: data (array) - the data to fill, has_header (boolean) - indicates if the first row is a header.
hwp_fill_column_numbers
Fill a column with consecutive numbers. Parameters: start (int) - starting number, end (int) - ending number, column (int) - column index, from_first_cell (boolean) - indicates if filling starts from the first cell.
hwp_save
Save the document. Parameters: path (string) - the file path to save the document.
hwp_batch_operations
Execute multiple operations in a batch. Parameters: operations (array) - a list of operations to perform.
Reseñas de la Comunidad
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación