MCP server for XJTLU Learning Mall — lets Claude access your courses, grades, assignments & deadlines via browser login
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"learningmall-mcp-ser": {
"command": "npx",
"args": [
"-y",
"Timkaa11/learningmall-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add learningmall-mcp-ser npx -y Timkaa11/learningmall-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"learningmall-mcp-ser": {
"command": "npx",
"args": [
"-y",
"Timkaa11/learningmall-mcp-server"
]
}
}
}