SCORM Packager (HTML → SCORM 2004) MCP Server

The bundled local harness (scorm-test-harness.html) playing a package: progress 0 → 100%, completion, and the live LMS API-call log (0 errors). Illustration.

People connecting design tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-06 · ★ 6 · #34 OF 74 MAINTAINED DESIGN · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install SCORM Packager (HTML → SCORM 2004)

before you install - you'll need

SCORM_OUTPUT_DIR

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add giacomomaria81-scorm-mcp-server -- npx -y scorm-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "giacomomaria81-scorm-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "scorm-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · Claude Desktop extension (.mcpb bundle)

repo age created 2026-07-23 - young repo, little track record yet

license MIT - declared in the repository

npm package scorm-mcp-server - unscoped; check the name against the project README before installing

registry namespace io.github.giacomomaria81 is GitHub-verified and matches the repo owner

03 · What SCORM Packager (HTML → SCORM 2004) can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.2.1 · 2026-08-06

the Excel-based migration input is now described generically (mobile-learning platform content export). Demo now at scormpackager.vercel.app. No behaviour change; 256/256 checks.

v2.2.0 · 2026-08-02

Drop a mobile-learning platform content export (Excel activity templates + media) and get an LMS-ready SCORM 2004/1.2 package: the tool rebuilds an interactive HTML course (cards, flash cards, scored quizzes, media)…

v2.1.0 · 2026-08-01

SCORM 1.2 output (validated manifests + adaptive runtime), batch packaging of whole course directories, a local drag-and-drop web UI (npx scorm-mcp-server ui), a standalone CLI, a 1-second selftest tool, and a public…

04 · Who maintains SCORM Packager (HTML → SCORM 2004)

SCORM Packager (HTML → SCORM 2004) is maintained by giacomomaria81. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
design - ranked #34 of 74 actively-maintained design servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-08-06)
registry
io.github.giacomomaria81/scorm-mcp-server (active, first published 2026-07-25 · 5 versions)
packages
npm:scorm-mcp-server · mcpb:https://github.com/giacomomaria81/scorm-mcp-server/releases/download/v2.2.1/scorm-mcp-server-2.2.1.mcpb

06 · SCORM Packager (HTML → SCORM 2004) FAQ

What is SCORM Packager (HTML → SCORM 2004)?

The bundled local harness (scorm-test-harness.html) playing a package: progress 0 → 100%, completion, and the live LMS API-call log (0 errors). Illustration.

Is SCORM Packager (HTML → SCORM 2004) still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-06 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install SCORM Packager (HTML → SCORM 2004)?

Run `npx -y scorm-mcp-server`. The README documents one environment variable (SCORM_OUTPUT_DIR) to set first. You can also paste the ready-made client config above.

Does SCORM Packager (HTML → SCORM 2004) run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to SCORM Packager (HTML → SCORM 2004)

More design MCP servers · Mellos Mapping · Saglitzdesign MCP · Illustrator MCP Server · Oh My Posh Configurator

More TypeScript MCP servers · Socraticode · Git Hits · Gitmem · Gnt · see all