Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Litmos

FreeNot checked

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

GitHubEmbed

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

Install Litmos in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install litmos-mcp

Installs 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-mcp

FAQ

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

Compare Litmos with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs