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: HWPX Document 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.
Latest Blog Posts
- 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