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

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.

Last Updated: April 17, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签