Litmos
БесплатноНе проверенEnables Claude Desktop to interact with the Litmos REST API for managing courses, users, training progress, and enrollments.
Описание
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.jswith 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.
Установка Litmos
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/ZivAvraham76/litmos-mcpFAQ
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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Litmos with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
