이 MCP 서버는 HWPX(한글) 문서를 AI 도구와 연동해 생성, 열기, 저장하고 텍스트·서식·표·이미지·섹션 등을 편집할 수 있게 합니다. 문서 내 검색/치환, 메타데이터 조회·수정, 헤더/푸터, 각주/미주, 북마크, 하이퍼링크, 수식, 메모, raw XML 조작도 지원합니다.
From the registry: 자동화하여 HWPX 문서의 로딩, 탐색, 편집, 검증을 한 번에 처리합니다. 문단·표·주석 추가, 텍스트 일괄 치환, 머리말·꼬리말 설정 등 반복 작업을 신속히 수행합니다. 기…
$ git clone https://github.com/Dayoooun/hwpx-mcp.git && cd hwpx-mcp/mcp-server && npm install && npm run buildhttps://github.com/Dayoooun/hwpx-mcpPlease install the `airmang-hwpx-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Clone and build from source** — No published npm package — clone, install, and build locally. Run: `git clone https://github.com/Dayoooun/hwpx-mcp.git && cd hwpx-mcp/mcp-server && npm install && npm run build` (https://github.com/Dayoooun/hwpx-mcp)
Canonical MCP server config (stdio transport):
- command: `node`
- args: ["/path/to/hwpx-mcp/mcp-server/dist/index.js"]
Note: 77 tools for editing Korean HWPX documents (ZIP+XML format). Replace /path/to/... with the absolute path to the cloned repo.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.Official Microsoft Learn MCP Server – real-time, trusted docs & code samples for AI and LLMs.