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.
Related MCP Servers
- Flicense-qualityDmaintenanceIntegrates Claude Desktop with Super Singularity's course creation API, enabling creation and management of courses with multiple card types (content, quiz, poll, form, video, audio, link), ElevenLabs text-to-speech generation, and Azure Blob Storage for audio hosting.Last updated
- Flicense-qualityDmaintenanceConnects Claude Desktop to Canvas LMS to monitor academic activities like assignments, announcements, and upcoming deadlines. It enables users to track courses and pending tasks through a unified interface using the Canvas REST API.Last updated
- Alicense-qualityDmaintenanceEnables Claude to interact with the Canvas LMS API to manage courses, assignments, grades, and communications. It supports both remote and local deployments, allowing users to query academic data and submit assignments via natural language.Last updated23MIT
- Flicense-qualityBmaintenanceConnects Claude to the Canvas LMS REST API, enabling natural language queries about courses, assignments, grades, deadlines, and announcements.Last updated1
Related MCP Connectors
Connect Claude to Fathom meeting recordings, transcripts, and summaries
WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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