Odel
LearnWorlds

LearnWorlds

Local
@ohneben1TypeScriptMITUpdated 2 days ago

All 94 LearnWorlds LMS API endpoints as safety-categorized MCP tools (read/write/destructive).

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).

Dockerghcr.io/ohneben/learnworlds-mcp:1.0.2

Run

docker run -i --rm ghcr.io/ohneben/learnworlds-mcp:1.0.2

MCP client config

{
  "mcpServers": {
    "learnworlds": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ohneben/learnworlds-mcp:1.0.2"
      ]
    }
  }
}