PluginBench
MCP Server

TalentLMS MCP Server

io.github.mindstone/mcp-server-talentlms

What is the TalentLMS MCP server?

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

How to install TalentLMS

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • TALENTLMS_API_KEY
    required
    secret

    TalentLMS API key

  • TALENTLMS_DOMAIN
    required

    TalentLMS subdomain (e.g. acme for acme.talentlms.com)

  • TALENTLMS_REQUEST_TIMEOUT

    Request timeout in milliseconds

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-talentlms": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-talentlms"
      ],
      "env": {
        "TALENTLMS_API_KEY": "<YOUR_TALENTLMS_API_KEY>",
        "TALENTLMS_DOMAIN": "<YOUR_TALENTLMS_DOMAIN>",
        "TALENTLMS_REQUEST_TIMEOUT": "<YOUR_TALENTLMS_REQUEST_TIMEOUT>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-talentlms": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-talentlms"
      ],
      "env": {
        "TALENTLMS_API_KEY": "<YOUR_TALENTLMS_API_KEY>",
        "TALENTLMS_DOMAIN": "<YOUR_TALENTLMS_DOMAIN>",
        "TALENTLMS_REQUEST_TIMEOUT": "<YOUR_TALENTLMS_REQUEST_TIMEOUT>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-server-talentlms": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-talentlms"
      ],
      "env": {
        "TALENTLMS_API_KEY": "<YOUR_TALENTLMS_API_KEY>",
        "TALENTLMS_DOMAIN": "<YOUR_TALENTLMS_DOMAIN>",
        "TALENTLMS_REQUEST_TIMEOUT": "<YOUR_TALENTLMS_REQUEST_TIMEOUT>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-server-talentlms": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-talentlms"
      ],
      "env": {
        "TALENTLMS_API_KEY": "<YOUR_TALENTLMS_API_KEY>",
        "TALENTLMS_DOMAIN": "<YOUR_TALENTLMS_DOMAIN>",
        "TALENTLMS_REQUEST_TIMEOUT": "<YOUR_TALENTLMS_REQUEST_TIMEOUT>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-server-talentlms --env TALENTLMS_API_KEY=<YOUR_TALENTLMS_API_KEY> --env TALENTLMS_DOMAIN=<YOUR_TALENTLMS_DOMAIN> --env TALENTLMS_REQUEST_TIMEOUT=<YOUR_TALENTLMS_REQUEST_TIMEOUT> -- npx -y @mindstone/mcp-server-talentlms

Related MCP servers

MCP server for Apple Shortcuts via the macOS shortcuts CLI

View repository →

Browser automation MCP server: navigate, fill forms, click, screenshot, and manage tabs

View repository →

Mindstone-internal release-pipeline test connector; not for use. Single ping tool; no auth.

View repository →

ElevenLabs MCP server: TTS, music, sound effects, voices, and audio transcription

View repository →

Email IMAP/SMTP MCP server: iCloud, Gmail, Yahoo, Outlook, and custom IMAP providers

View repository →

Fathom AI meeting transcription MCP server for Model Context Protocol hosts

View repository →