BAKJONGCHAN/hwp-mcp
If you are the rightful owner of hwp-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
HWP MCP is a Model Context Protocol server designed for creating and editing HWP documents using natural language processing.
HWP MCP (ํ๊ธ ๋ฌธ์ ์ฒ๋ฆฌ MCP ์๋ฒ)
ํ๊ธ HWP ๋ฌธ์ ์์ฑ์ ์ํ Model Context Protocol (MCP) ์๋ฒ์ ๋๋ค.
๊ธฐ๋ฅ
- ํ๊ธ(HWP) ๋ฌธ์ ์์ฑ ๋ฐ ํธ์ง
- ํ ์คํธ ์ฝ์ ๋ฐ ์์ ์ค์
- ํ ์ด๋ธ ์์ฑ ๋ฐ ๊ด๋ฆฌ
- Claude Desktop๊ณผ ํตํฉํ์ฌ ์์ฐ์ด๋ก ๋ฌธ์ ์์ฑ
์ค์น ๋ฐฉ๋ฒ
1. ์ ์ฅ์ ํด๋ก
git clone https://github.com/BAKJONGCHAN/hwp-mcp.git
cd hwp-mcp
2. ์์กด์ฑ ์ค์น
pip install -r requirements.txt
3. Claude Desktop ์ค์
Claude Desktop์ ์ค์ ํ์ผ์ ์์ ํฉ๋๋ค:
Windows: %APPDATA%\Claude\claude_desktop_config.json
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"hwp-mcp": {
"command": "python",
"args": ["C:\\Users\\[์ฌ์ฉ์๋ช
]\\Documents\\hwp-mcp\\hwp_mcp_stdio_server_fixed.py"],
"cwd": "C:\\Users\\[์ฌ์ฉ์๋ช
]\\Documents\\hwp-mcp"
}
}
}
์ฃผ์:
[์ฌ์ฉ์๋ช ]
๋ถ๋ถ์ ์ค์ ์ฌ์ฉ์๋ช ์ผ๋ก ๋ณ๊ฒฝํ๊ณ , ํด๋ก ํ ๊ฒฝ๋ก์ ๋ง๊ฒ ์์ ํ์ธ์.
4. ๊ฐ์ํ๊ฒฝ ์ฌ์ฉ (๊ถ์ฅ)
# ๊ฐ์ํ๊ฒฝ ์์ฑ
python -m venv venv
# ๊ฐ์ํ๊ฒฝ ํ์ฑํ (Windows)
venv\Scripts\activate
# ๊ฐ์ํ๊ฒฝ ํ์ฑํ (macOS/Linux)
source venv/bin/activate
# ์์กด์ฑ ์ค์น
pip install -r requirements.txt
๊ฐ์ํ๊ฒฝ์ ์ฌ์ฉํ๋ ๊ฒฝ์ฐ Claude Desktop ์ค์ :
{
"mcpServers": {
"hwp-mcp": {
"command": "C:\\Users\\[์ฌ์ฉ์๋ช
]\\Documents\\hwp-mcp\\venv\\Scripts\\python.exe",
"args": ["hwp_mcp_stdio_server_fixed.py"],
"cwd": "C:\\Users\\[์ฌ์ฉ์๋ช
]\\Documents\\hwp-mcp"
}
}
}
์ฌ์ฉ ๋ฐฉ๋ฒ
- ํ๊ธ(HWP) ํ๋ก๊ทธ๋จ์ด ์ค์น๋์ด ์์ด์ผ ํฉ๋๋ค
- Claude Desktop์ ์ฌ์์ํฉ๋๋ค
- Claude์ ๋ํํ๋ฉด์ HWP ๋ฌธ์๋ฅผ ์์ฑํ ์ ์์ต๋๋ค
์์ ๋ช ๋ น์ด
- "์๋ก์ด HWP ๋ฌธ์๋ฅผ ๋ง๋ค์ด ์ฃผ์ธ์"
- "์ ๋ชฉ์ '๋ณด๊ณ ์'๋ก ์ ๋ ฅํด ์ฃผ์ธ์"
- "3x3 ํ๋ฅผ ๋ง๋ค์ด ์ฃผ์ธ์"
- "๋ฌธ์๋ฅผ ์ ์ฅํด ์ฃผ์ธ์"
ํ์ผ ๊ตฌ์กฐ
hwp_mcp_stdio_server_fixed.py
: ๋ฉ์ธ MCP ์๋ฒ ํ์ผrequirements.txt
: Python ์์กด์ฑ ํจํค์ง ๋ชฉ๋กINSTALL_MANUAL.md
: ์์ธ ์ค์น ๊ฐ์ด๋install_hwp_mcp_fixed.bat
: Windows ์๋ ์ค์น ์คํฌ๋ฆฝํธ
๋ฌธ์ ํด๊ฒฐ
์์ธํ ๋ฌธ์ ํด๊ฒฐ ๋ฐฉ๋ฒ์ ํ์ผ์ ์ฐธ์กฐํ์ธ์.
๋ผ์ด์ ์ค
MIT License
๊ธฐ์ฌ
์ด์๋ ํ ๋ฆฌํ์คํธ๋ ์ธ์ ๋ ํ์ํฉ๋๋ค!