HomeProductivity › SCORM Packager (HTML → SCORM 2004)

SCORM Packager (HTML → SCORM 2004)

Turn HTML or mobile-learning exports into SCORM 2004/1.2 packages, and validate any SCORM zip.

TypeScript Local macOSWindowsLinux
★ 6 stars Last pushed 2026-09-03 License: MIT

Topics: Education

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.3.0)

npx -y scorm-mcp-server@2.3.0

Or add to your MCP client config:

{
  "mcpServers": {
    "scorm-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "scorm-mcp-server@2.3.0"
      ],
      "env": {
        "SCORM_OUTPUT_DIR": "<YOUR_VALUE>"
      }
    }
  }
}
  • SCORM_OUTPUT_DIR — Absolute path of the folder where generated SCORM .zip packages are written. Defaults to the current working directory.

Package (mcpb 2.3.0)

Package: mcpb https://github.com/giacomomaria81/scorm-mcp-server/releases/download/v2.3.0/scorm-mcp-server-2.3.0.mcpb

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry