education
Litmos MCP, CLI, and Lua Integration for AI Agents
Litmos integration docs for AI agents: MCP gateway setup, Litmos CLI commands, Lua API reference, credentials, and function schemas.
7 functions 6 read 1 write API key auth
Litmos for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
litmos- route_slug
litmos- package
litmos- auth_strategy
api_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Litmos CLIHeadless setup and direct function calls. Litmos MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Litmos MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Litmos.
Claude Code Litmos MCP setup for Claude Code. Cursor Litmos MCP setup for Cursor. Codex Litmos MCP setup for Codex. OpenAI Agents Litmos MCP setup for OpenAI Agents SDK. Claude Agent SDK Litmos MCP setup for Claude Agent SDK. Vercel AI SDK Litmos MCP setup for Vercel AI SDK. LangChain Litmos MCP setup for LangChain. LangGraph Litmos MCP setup for LangGraph. CrewAI Litmos MCP setup for CrewAI. MCP clients Litmos MCP setup for Generic MCP Clients.
Litmos CLI Matrix
Use these pages for direct Litmos CLI workflows in scripts, CI, cron, and agent wrappers.
CI Litmos CLI for CI. Cron Jobs Litmos CLI for cron jobs. Shell Scripts Litmos CLI for shell scripts. Headless Automation Litmos CLI for headless automation. Coding Agents Litmos CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
litmos.litmos_list_users | Read read | 3 | List users in your Litmos organization. Returns user IDs, names, emails, and status. Supports pagination and search. |
litmos.litmos_get_user | Read read | 1 | Get detailed information about a specific Litmos user by their ID, including profile data, course assignments, and team memberships. |
litmos.litmos_create_user | Write write | 4 | Create a new user in Litmos. Requires a first name, last name, email address, and username for login. |
litmos.litmos_list_courses | Read read | 3 | List courses in your Litmos organization. Returns course IDs, names, descriptions, and status. Supports pagination and search. |
litmos.litmos_get_course | Read read | 1 | Get detailed information about a specific Litmos course by its ID, including modules, description, and completion settings. |
litmos.litmos_list_teams | Read read | 2 | List teams in your Litmos organization. Returns team IDs, names, and description. Supports pagination. |
litmos.litmos_get_current_user | Read read | 0 | Get the profile of the currently authenticated Litmos user. Useful for verifying API credentials and identifying the connected account. |