Litmos
FreeNot checkedEnables Claude Desktop to interact with the Litmos REST API for managing courses, users, training progress, and enrollments.
About
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.
Install Litmos in Claude Desktop, Claude Code & Cursor
unyly install litmos-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add litmos-mcp -- npx -y github:ZivAvraham76/litmos-mcpFAQ
Is Litmos MCP free?
Yes, Litmos MCP is free — one-click install via Unyly at no cost.
Does Litmos need an API key?
No, Litmos runs without API keys or environment variables.
Is Litmos hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Litmos in Claude Desktop, Claude Code or Cursor?
Open Litmos on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by 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
by xuzexin-hzCompare Litmos with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
