Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Litmos

БесплатноНе проверен

Enables Claude Desktop to interact with the Litmos REST API for managing courses, users, training progress, and enrollments.

GitHubEmbed

Описание

Enables Claude Desktop to interact with the Litmos REST API for managing courses, users, training progress, and enrollments.

README

An MCP server that enables Claude Desktop to interact with the Litmos REST API.

Prerequisites

  • Node.js 18+
  • Claude Desktop
  • A Litmos API Key

Installation

Clone the repository:

git clone <repository-url>
cd Litmos_MCP

Install dependencies:

npm install

Build the project:

npm run build

Claude Desktop Configuration

Open:

Claude Desktop → Settings → Developer → Edit Config

Add the following configuration:

{
  "mcpServers": {
    "litmos": {
      "command": "node",
      "args": [
        "C:\\Path\\To\\Litmos_MCP\\dist\\index.js"
      ],
      "env": {
        "LITMOS_API_KEY": "<YOUR_API_KEY>",
        "LITMOS_BASE_URL": "https://api.litmoseu.com"
      }
    }
  }
}

Replace:

  • C:\\Path\\To\\Litmos_MCP\\dist\\index.js with the full path to your local project.
  • <YOUR_API_KEY> with your own Litmos API key.

EU customers:

https://api.litmoseu.com

US customers:

https://api.litmos.com

Restart Claude Desktop after saving the configuration.


Example Prompts

  • Search for cybersecurity courses.
  • Show training progress for [email protected].
  • Assign the Code of Ethics course to Jane Smith.
  • Register John Doe to the next available ILT session.
  • Show all users enrolled in a learning path.

Security

  • Never commit or share your API key.
  • API credentials are loaded from environment variables only.

from github.com/ZivAvraham76/litmos-mcp

Установка Litmos

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/ZivAvraham76/litmos-mcp

FAQ

Litmos MCP бесплатный?

Да, Litmos MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Litmos?

Нет, Litmos работает без API-ключей и переменных окружения.

Litmos — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Litmos в Claude Desktop, Claude Code или Cursor?

Открой Litmos на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Litmos with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai