giacomomaria81/scorm-mcp-server
Package HTML, Claude Design bundles or mobile-learning exports into LMS-ready SCORM 2004/1.2 courses — and validate any SCORM zip. Offline assets, milestone and question-level tracking, bundled ADL schemas.
Ads
Overview
An MCP server exposing three tools: scorm_package converts a finished HTML learning module into a .zip (PIF) any SCORM-compliant LMS can import, scorm_validate checks any existing SCORM zip (made by any tool) and explains exactly why an LMS would reject it, and scorm_selftest is a 1-second health check.
Installation
npx -y scorm-mcp-server ui # local drag & drop web UI
Configuration
{
"mcpServers": {
"scorm-mcp-server": {
"command": "npx",
"args": [
"-y",
"scorm-mcp-server",
"ui"
]
}
}
}Paste into ~/.cursor/mcp.json or .cursor/mcp.json
Tags
- education
- local
- typescript
- awesome-list
Related MCP servers
Education
Connectry-io/connectrylab-architect-cert-mcp
Free certification prep for the Claude Certified Architect exam. 390 scenario-based questions, guided capstone build, 30 concept handouts, 6 reference projects, practice exams, interactive UI with clickable answer cards, glassmorphism progress dashboard, spaced repetition, and deterministic grading.
Education
admin978/canvas-mcp
Local-first MCP server for Canvas LMS. Stdio transport, no third-party broker, token stays in `~/.canvas.env`. Exposes courses, assignments, modules, announcements, grades, planner items, upcoming events, todo, and bulk file dump as MCP tools.
Education
ictinnovations/ictexam-mcp
MCP server for ICTExam, an AI exam authoring, delivery and auto-grading platform. Reads exam papers, classes, subjects, the teacher gradebook, and per-question item analysis (difficulty, p-value, average mark, full and zero credit counts). Read-only by default: parsing a question paper with AI, publishing and unpublishing are never registered with the model unless `ICTEXAM_MCP_ALLOW_WRITE=true`. Zero-install via `npx -y ictexam-mcp`.
Education
peopleworks/SignsofAI
Explainable AI-writing detection and originality checking for teachers, students and writers, in English **and Spanish**. `analyze_ai_writing` returns a 0–100 score *and every tell behind it* — overused vocabulary, rhetorical crutches, syntactic patterns and sentence-rhythm burstiness — each with the matched text and a concrete fix, instead of a black-box percentage. `check_originality` returns the shared passages between documents as evidence; `check_citations` cross-checks a bibliography against the text offline; `compare_to_baseline` runs Burrows's Delta against the same writer's earlier work; `inspect_characters` finds hidden and lookalike characters; `write_report` exports the evidence as a document a person can take to a committee. Every tool but two runs entirely on the machine and the text never leaves it; the two server-backed ones (perplexity, cross-language paraphrase) disclose that they send text. Published false-positive rate at its 30/100 boundary: 2 of 296 texts written before 2022 (0.7%, 95% interval 0.2–2.4%). .NET 10, MIT. Install: `dnx SignsOfAI.Mcp --yes`. Browser demo: <https://peopleworks.github.io/SignsofAI/>
Education
sf-shenfeng/learn-shell
Agent-native teaching OS: gives your AI a classroom that remembers. 50 tools for courses, lessons, FSRS flashcards, graded exercises, real-time teaching sessions, and teaching-memory read-back (`get_context`) — the agent authors and grades, reflects with evidence, and revises its own lessons; lesson completion belongs to the learner. Self-hosted (Postgres + web app), MIT.
Education
JuhongPark/mcp-server-pronunciation
Local MCP voice coach with English pronunciation, grammar, fluency, phoneme-level feedback, practice drills, and learner-profile hints. Install via `uvx mcp-server-pronunciation@0.3.0`.
Education
RohanMuppa/brightspace-mcp-server
MCP server for D2L Brightspace LMS. Check grades, due dates, assignments, announcements, syllabus, rosters, discussions, and course content. Works with any school that uses Brightspace. Install via `npx brightspace-mcp-server@latest`.
Education
anzy-renlab-ai/pronounce
Community pronunciation dictionary for developer project / product / jargon names (kubectl, nginx, GIF, JSON, Pydantic, Knative, LaTeX — 1,848 entries). Each entry carries IPA, a General-American respelling, alternate readings where the pronunciation is contested, a source citation (creator interview / project FAQ / Wikipedia § Pronunciation), and a confidence level. Tools: `pronounce(word)`, `search_pronunciations(query)`, `list_pronunciations(category)`. Install: `uvx pronounce-mcp`. Live browse: <https://pronounce.renlab.ai>.