HWP/HWPX Editor & Viewer 2026 – AI-Powered Document Conversion & MCP Plugin for Claude
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"claw-hwp-mcp-server": {
"command": "npx",
"args": [
"-y",
"mthc07/claw-hwp-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add claw-hwp-mcp-server npx -y mthc07/claw-hwp-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"claw-hwp-mcp-server": {
"command": "npx",
"args": [
"-y",
"mthc07/claw-hwp-mcp-server"
]
}
}
}