Turn HTML or mobile-learning exports into SCORM 2004/1.2 packages, and validate any SCORM zip.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y scorm-mcp-server
MCP client config
{
"mcpServers": {
"scorm-packager-html-scorm-2004": {
"command": "npx",
"args": [
"-y",
"scorm-mcp-server"
]
}
}
}Distributed as an MCP bundle (`https://github.com/giacomomaria81/scorm-mcp-server/releases/download/v2.3.0/scorm-mcp-server-2.3.0.mcpb`) — download it and import the bundle in your MCP client.