edumints SCORM MCP
Rank #7,483io.github.kemalyy/edumints-scorm-mcp
Compiles structured specs into SCORM 1.2/2004 e-learning packages. 30 tools, quality gate, no LLM.
edumints SCORM MCP is a Model Context Protocol (MCP) server published by kemalyy. It ranks #7,483 of 115,591 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. edumints SCORM MCP is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 9, 2026 and most recently updated on Jul 29, 2026.
Ranks ahead of 108,108 of 115,591 servers on MCP Toplist.
Use edumints SCORM MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http edumints-scorm-mcp https://scorm.edumints.com/mcp[mcp_servers.edumints-scorm-mcp]
url = "https://scorm.edumints.com/mcp"Add to ~/.codex/config.toml.
https://scorm.edumints.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"edumints-scorm-mcp": {
"url": "https://scorm.edumints.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"edumints-scorm-mcp": {
"type": "http",
"url": "https://scorm.edumints.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"edumints-scorm-mcp": {
"serverUrl": "https://scorm.edumints.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"edumints-scorm-mcp": {
"url": "https://scorm.edumints.com/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.kemalyy%2Fedumints-scorm-mcp)<a href="https://mcptoplist.com/server/io.github.kemalyy%2Fedumints-scorm-mcp"><img src="https://mcptoplist.com/badge/io.github.kemalyy%2Fedumints-scorm-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
kemalyy
Available versions (1)
| Version | Published |
|---|---|
| 1.6.0 | Jul 29, 2026 |
Frequently asked questions
- Who maintains edumints SCORM MCP?
- edumints SCORM MCP is maintained by kemalyy, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is edumints SCORM MCP listed on the Official MCP Registry?
- Yes — edumints SCORM MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does edumints SCORM MCP have?
- MCP Toplist tracks 1 version of edumints SCORM MCP, most recently published on Jul 29, 2026.
- Where can I find the source code for edumints SCORM MCP?
- The source code for edumints SCORM MCP is hosted at github.com/kemalyy/edumints-scorm-mcp.