Skip to content
Claude Desktop

TalentLMS for Claude Desktop

io.github.mindstone/mcp-server-talentlms

TalentLMS MCP server: users, courses, groups, branches, reporting, and assessments

client:Claude Desktop transport:stdio runtime:npm

Install TalentLMS in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server-talentlms": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-talentlms"
      ],
      "env": {
        "TALENTLMS_API_KEY": "<TALENTLMS_API_KEY>",
        "TALENTLMS_DOMAIN": "<TALENTLMS_DOMAIN>",
        "TALENTLMS_REQUEST_TIMEOUT": "<TALENTLMS_REQUEST_TIMEOUT>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

TalentLMS in other clients