← All servers

jbnu-lms-student

io.github.moon0825/jbnu-lms-student v0.8.0
Official Registry git

전북대학교 학생의 공지, 과제, 마감, 제출 상태와 수업자료를 읽기 전용으로 정리하는 Windows/macOS 로컬 MCP 서버입니다.

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect locally via stdio

Run in your terminal
claude mcp add jbnu-lms-student -- npx -y jbnu-lms-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "jbnu-lms-student": {
      "command": "npx",
      "args": [
        "-y",
        "jbnu-lms-mcp"
      ]
    }
  }
}
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "jbnu-lms-student": {
      "command": "npx",
      "args": [
        "-y",
        "jbnu-lms-mcp"
      ]
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "jbnu-lms-student": {
      "command": "npx",
      "args": [
        "-y",
        "jbnu-lms-mcp"
      ]
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "jbnu-lms-student": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "jbnu-lms-mcp"
      ]
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "jbnu-lms-student": {
      "command": "npx",
      "args": [
        "-y",
        "jbnu-lms-mcp"
      ]
    }
  }
}

Packages

npm jbnu-lms-mcp@0.8.0

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/io.github.moon0825--jbnu-lms-student/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent