Skip to content

TalentLMS for Grok

io.github.mindstone/mcp-server-talentlms

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

client:Grok transport:stdio runtime:npm

Install TalentLMS in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "mcp-server-talentlms": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

TalentLMS in other clients