Litmos MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Litmos MCPAssign the Code of Ethics course to Jane Smith"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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_MCPInstall dependencies:
npm installBuild the project:
npm run buildClaude 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.comUS customers:
https://api.litmos.comRestart 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.
Maintenance
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