- Home
- MCP servers
- Advanced HWP
Advanced HWP
- python
4
GitHub Stars
python
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Available tools
create_document
Create a new Hangul HWP document and initialize a fresh workspace.
open_document
Open an existing HWP document for editing.
save_document
Save changes to the current document.
get_document_info
Retrieve metadata and properties of the current document.
insert_text_at_position
Insert text at a precise position within the document.
select_text_range
Select a specific range of text for operations like formatting or replacement.
find_and_replace
Find specific text and replace it with new content.
insert_text
Insert plain text at the current cursor position.
apply_font_format
Apply font family, size, weight, and other font properties.
set_paragraph_format
Configure paragraph alignment, indentation, line spacing, and other paragraph settings.
set_page_margins
Set the top, bottom, left, and right page margins.
set_page_size
Define paper size and orientation for the document.
create_table
Insert a table with a specified number of rows and columns.
merge_table_cells
Merge selected table cells into a larger cell.
insert_image
Embed an image from a file path into the document.
insert_shape
Insert shapes such as rectangles or ovals into the document.
insert_hyperlink
Add clickable hyperlinks to text or objects.
insert_header_footer
Add or edit header and footer sections.
insert_page_break
Insert a page break to start content on a new page.
create_table_of_contents
Generate a table of contents based on document headings.
apply_heading_style
Apply predefined heading styles to sections of the document.
export_to_pdf
Export the document to a PDF file.
initialize_hwp
Reset or initialize Hangul HWP components for a fresh start.