전북대학교 학생의 공지, 과제, 마감, 제출 상태와 수업자료를 읽기 전용으로 정리하는 Windows/macOS 로컬 MCP 서버입니다.
claude mcp add jbnu-lms-student -- npx -y jbnu-lms-mcp
claude_desktop_config.json
{
"mcpServers": {
"jbnu-lms-student": {
"command": "npx",
"args": [
"-y",
"jbnu-lms-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"jbnu-lms-student": {
"command": "npx",
"args": [
"-y",
"jbnu-lms-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"jbnu-lms-student": {
"command": "npx",
"args": [
"-y",
"jbnu-lms-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"jbnu-lms-student": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"jbnu-lms-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"jbnu-lms-student": {
"command": "npx",
"args": [
"-y",
"jbnu-lms-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.moon0825--jbnu-lms-student/reviews or the review_server meta-tool.
POST /mcp