Rust library for programmatic control of Korean HWPX documents — Markdown→HWPX conversion, JSON round-trip editing, MCP server for AI agents 🔥
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"hwpforge": {
"command": "cargo",
"args": [
"run",
"--",
"HwpForge"
]
}
}
}
Run in terminal:
claude mcp add hwpforge cargo run -- HwpForge
Add to .cursor/mcp.json:
{
"mcpServers": {
"hwpforge": {
"command": "cargo",
"args": [
"run",
"--",
"HwpForge"
]
}
}
}