MCP Server

hwp-generator

From startup-apply
Install
1
Run in your terminal
$
npx claudepluginhub moonklabs/startup-plugins --plugin startup-apply
Add to Your Project

Add to your .mcp.json:

{
  "mcpServers": {
    "hwp-generator": {
      "command": "python3",
      "args": [
        "${__dirname}/hwp_server/server.py"
      ]
    }
  }
}
Security Considerations
External connections

This server connects to external services. Review the URLs it accesses before enabling.

Details
Commandpython3
Arguments
${__dirname}/hwp_server/server.py
Actions
Plugins (1)