← Back to Plugins
MCP Server MCP

SCORM Packager (HTML → SCORM 2004)

github By github 👁 1 views ▲ 0 votes

Turn HTML, Claude Design bundles or mobile-learning exports into SCORM 2004/1.2 packages.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "scorm-mcp-server",
      "version": "2.2.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Absolute path of the folder where generated SCORM .zip packages are written. Defaults to the current working directory.",
          "format": "filepath",
          "name": "SCORM_OUTPUT_DIR"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/giacomomaria81/scorm-mcp-server/releases/download/v2.2.1/scorm-mcp-server-2.2.1.mcpb",
      "version": "2.2.1",
      "fileSha256": "dcf74488a55651b1ceabe8116de249a6f3ea7b921b3408017106d6309d088ecd",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol npm mcpb

Comments

Sign in to leave a comment

Loading comments...