Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From hwpx-plugin
Provides tools for handling HWPX files (Korean word processor format), with advanced processing and autobackup options. Runs locally via a script.
npx claudepluginhub airmang/hwpx-plugins --plugin hwpx-pluginCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"hwpx-mcp-server": {
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/hwpx-mcp-server",
"env": {
"HWPX_MCP_ADVANCED": "0",
"HWPX_MCP_AUTOBACKUP": "1"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
${CLAUDE_PLUGIN_ROOT}/scripts/hwpx-mcp-serverEnvironment variables set when the server starts
HWPX_MCP_ADVANCED=0HWPX_MCP_AUTOBACKUP=1Share bugs, ideas, or general feedback.