Skip to main content
Glama

Litmos MCP

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

Prerequisites

  • Node.js 18+

  • Claude Desktop

  • A Litmos API Key


Related MCP server: Canvas MCP Server

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 john.doe@company.com.

  • 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 Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ZivAvraham76/litmos-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server