mcpbeat Sign in

SCORM Packager (HTML → SCORM 2004) MCP Server

by giacomomaria81 Your server? Claim it
local only

SCORM Packager (HTML → SCORM 2004) runs on your own machine — the client starts it, so there is no endpoint to ping. 60 installs a week from npm. Last commit 4 Sep 2026.

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

Installs per day peak 166 · avg 15 · +192% w/w
a month agotoday
60
Installs / week
npm · scorm-mcp-server
6
Stars
0 open issues
4 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 16 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call scorm_selftest.output_dir → src/index.ts:238, scorm_selftest.output_dir → src/index.ts:236
      await fs.writeFile(outputPath, result.zip);
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable src/ui.ts:74, src/index.ts:237
        const inputPath = path.join(tmp, safeName);
Runs an external command src/validate.ts:83
    execFile(cmd, args, { maxBuffer: 8 * 1024 * 1024 }, (err, stdout, stderr) => {
    document.write('<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/scorm2004.min.js"><\/script>');

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add scorm-mcp-server -- npx -y scorm-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "scorm-mcp-server": {
      "args": [
        "-y",
        "scorm-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.scorm-mcp-server]
command = "npx"
args = ["-y", "scorm-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "scorm-mcp-server": {
      "args": [
        "-y",
        "scorm-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "scorm-mcp-server": {
      "args": [
        "-y",
        "scorm-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SCORM_OUTPUT_DIR (Absolute path of the folder where generated SCORM .zip packages are written. Defaults to the current working directory.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to SCORM Packager (HTML → SCORM 2004)

same job, measured the same way
edumints SCORM MCP
by kemalyy

Compiles structured specs into SCORM 1.2/2004 e-learning packages. 30 tools, quality gate, no LLM.

answering
Esrp MCP Server Test
by sravanism

The Microsoft OSS MCP server exposes tools to discover & validate trusted Microsoft OSS Packages.

local only
Extracto MCP
by massanaroger

Turn any URL plus a schema into validated, typed JSON via the Extracto API.

25 installs/wk local only
Chart Generator & PDF Report from Any Dataset, CSV or JSON
by nero-engine

Turn rows into bar, line, pie and scatter chart images plus an optional PDF or HTML report.

answering
IAMF Sentinel
by jlivingston-cipher

MCP server for the iamf-sentinel IAMF conformance validator and the iamf-loom packager

87 installs/wk local only
MintPDF
by trendtweekers

Turn HTML or Markdown into a clean, styled PDF and get a download link.

29 installs/wk 2 tools answering
Motion Text
by motiontext

Turn words, images, and audio into an animated video with MP4 export.

3 tools answering
Iso20022 Bank Profile MCP
by sebastienrousseau

Local MCP server that serves and validates bank-specific ISO 20022 clearing profiles.

212 installs/wk local only

SCORM Packager (HTML → SCORM 2004) — questions

Answers built from our own checks of this server.

Why is there no uptime for SCORM Packager (HTML → SCORM 2004)?
SCORM Packager (HTML → SCORM 2004) runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package scorm-mcp-server was installed 60 times last week.
How do I connect SCORM Packager (HTML → SCORM 2004)?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls scorm-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use SCORM Packager (HTML → SCORM 2004)?
The npm package scorm-mcp-server was installed 60 times in the last week. Week over week that is +192%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is SCORM Packager (HTML → SCORM 2004) open source?
Yes — it is published under the MIT licence, written in TypeScript and 6 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.