hwpx-hwp-mcp-server

jej0706/hwpx-hwp-mcp-server
★ 1 stars Python 📦 Other Updated 9d ago
클로드 데스크탑과 연동하여 hwpx 와 hwp파일을 편집 가능하게 하는 MCP 서버 입니다.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hwpx-hwp-mcp-server": {
      "command": "uvx",
      "args": [
        "hwpx-hwp-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install hwpx-hwp-mcp-server