Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@hwpx-mcp-serverExtract all text from 'meeting_minutes.hwpx' and summarize it."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
hwpx-mcp-server
MCP server for reading and editing .hwpx (Hangul Word Processor) files.
Features
Tool | Description |
| Extract all text from a .hwpx file |
| Find and replace text |
| Change font/size/bold/italic/underline |
| Create a new .hwpx file |
Installation
npm install
npm run buildUsage with gemini-cli
Add to your ~/.gemini/settings.json:
{
"mcpServers": {
"hwpx": {
"command": "node",
"args": ["/absolute/path/to/hwpx-mcp-server/dist/index.js"]
}
}
}Development
npm run dev # watch mode
npm run build # compile TypeScript
npm start # run serverHWPX Structure
HWPX is a ZIP-based XML format:
doc.hwpx (ZIP)
├── mimetype # must be first, uncompressed
├── META-INF/container.xml
└── Contents/
├── content.hpf # manifest
└── section0.xml # body text (hp:t tags)Notes
HWPX only (not legacy binary .hwp)
Style editing uses regex-based XML patching — open in 한글 to verify layout
mimetypeentry must remain uncompressed (ZIP store method)
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.