TalentLMS
Rank #12,528io.github.mindstone/mcp-server-talentlms
TalentLMS MCP server: users, courses, groups, branches, reporting, and assessments
TalentLMS is a Model Context Protocol (MCP) server published by mindstone. It ranks #12,528 of 115,591 servers tracked on MCP Toplist, and its repository has 10 GitHub stars. TalentLMS is listed on Official MCP, with 2 tracked versions. It was first listed on May 21, 2026 and most recently updated on Aug 7, 2026.
Ranks ahead of 103,063 of 115,591 servers on MCP Toplist.
Use TalentLMS
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-server-talentlms -e "TALENTLMS_API_KEY=<your TALENTLMS_API_KEY>" -e "TALENTLMS_DOMAIN=<your TALENTLMS_DOMAIN>" -e "TALENTLMS_REQUEST_TIMEOUT=<your TALENTLMS_REQUEST_TIMEOUT>" -- npx -y @mindstone/mcp-server-talentlmsReplace each placeholder with your own value before saving.
[mcp_servers.mcp-server-talentlms]
command = "npx"
args = ["-y", "@mindstone/mcp-server-talentlms"]
[mcp_servers.mcp-server-talentlms.env]
TALENTLMS_API_KEY = "<your TALENTLMS_API_KEY>"
TALENTLMS_DOMAIN = "<your TALENTLMS_DOMAIN>"
TALENTLMS_REQUEST_TIMEOUT = "<your TALENTLMS_REQUEST_TIMEOUT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mindstone%2Fmcp-server-talentlms)<a href="https://mcptoplist.com/server/io.github.mindstone%2Fmcp-server-talentlms"><img src="https://mcptoplist.com/badge/io.github.mindstone%2Fmcp-server-talentlms.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
mindstone
Available versions (2)
| Version | Published |
|---|---|
| 0.4.0 | Aug 7, 2026 |
| 0.2.2 | May 21, 2026 |
Frequently asked questions
- Who maintains TalentLMS?
- TalentLMS is maintained by mindstone, which publishes 43 MCP servers (124 total versions) tracked on MCP Toplist.
- Is TalentLMS listed on the Official MCP Registry?
- Yes — TalentLMS is listed on the Official MCP Registry.
- How many versions does TalentLMS have?
- MCP Toplist tracks 2 versions of TalentLMS, most recently published on Aug 7, 2026.
- Where can I find the source code for TalentLMS?
- The source code for TalentLMS is hosted at github.com/mindstone/mcp-servers.