TalentLMS for Cursor
io.github.mindstone/mcp-server-talentlms
TalentLMS MCP server: users, courses, groups, branches, reporting, and assessments
client:Cursor
transport:stdio
runtime:npm
Install TalentLMS in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs