hwp-mcp-v2
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., "@hwp-mcp-v2Open a new tab and insert 'Meeting Minutes'."
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.
hwp-mcp-v2
pyhwpx 기반 한글(HWP) 자동화 MCP 서버입니다.
1) 현재 지원 도구
기본 문서 작업
hwp_connect: 한글 연결hwp_status: 연결/활성 문서 상태 조회hwp_open: 문서 열기hwp_insert_text: 텍스트 입력hwp_save_as: 다른 이름으로 저장hwp_quit: 한글 종료
문서 탭/창 관리 (1차 확장)
hwp_list_docs: 열린 문서 목록 조회(0-based index)hwp_switch_doc(index): 활성 문서 전환hwp_add_tab: 현재 창에 새 탭 문서 추가hwp_add_doc: 새 문서 창 추가hwp_close_current(save=False): 현재 문서 닫기(기본 저장 안 함)
Related MCP server: Advanced HWP MCP Server
2) 요구사항
Windows
한글(HWP) 설치
Python 3.10+
3) 설치
pip install -r requirements.txt4) 실행
python hwp_mcp_stdio_server.py5) Claude/Codex MCP 등록 예시
{
"mcpServers": {
"hwp-v2": {
"command": "python",
"args": [
"C:/path/to/hwp-mcp-v2/hwp_mcp_stdio_server.py"
]
}
}
}6) 문서 탭 관리 호출 예시
hwp_connecthwp_list_docshwp_add_tabhwp_add_dochwp_switch_doc(index=1)hwp_close_current(save=false)
7) 응답 포맷
모든 도구는 아래 공통 포맷으로 반환합니다.
{
"ok": true,
"message": "작업 결과 메시지",
"data": {}
}hwp_list_docs의 data 예시:
{
"docs": [
{
"index": 0,
"document_id": 123456,
"full_name": "C:/work/a.hwp",
"modified": false,
"is_active": true
}
],
"count": 1
}8) 구조
hwp-mcp-v2/
├─ hwp_mcp_stdio_server.py # MCP 서버 엔트리포인트
├─ requirements.txt
├─ src/
│ ├─ __init__.py
│ └─ service.py # pyhwpx 래퍼 서비스
└─ tests/
└─ test_service_doc_tools.pyThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
자동화하여 HWPX 문서의 로딩, 탐색, 편집, 검증을 한 번에 처리합니다. 문단·표·주석 추가, 텍스트 일괄 치환, 머리말·꼬리말 설정 등 반복 작업을 신속히 수행합니다. 기…
Generate, edit, merge, translate and PDF-convert PowerPoint (.pptx) over MCP. 8 tools.
An agent-first office suite Claude & ChatGPT read and write over one MCP URL.
Generate PDF, Word (.docx) and PowerPoint (.pptx) documents from Markdown over MCP.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables comprehensive control of Hangul (HWP) documents through an MCP server, supporting operations from basic document management to advanced formatting, tables, images, and document structure manipulation.6
- FlicenseNot gradedqualityDmaintenanceEnables comprehensive control of Korean Hangul (HWP) documents with 59 features including document manipulation, text editing, formatting, table operations, PDF export, and advanced automation capabilities like template filling and document structure analysis.6
- FlicenseNot gradedqualityNot gradedmaintenanceAn MCP server that enables AI models to control Hancom Office Hanword (HWP) documents on Windows. It allows for the automated creation, editing, and management of Korean word processor files, including text formatting and table manipulation.
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to control Hancom's HWP/HWPX documents (Korean word processor) via COM interface on Windows, supporting creation, editing, formatting, and export.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ikemanairing/hwp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server