mcpbeat Sign in

Jbnu Lms Student MCP Server

local only

Jbnu Lms Student runs on your own machine — the client starts it, so there is no endpoint to ping. 22 installs a week from npm. Last commit 8 Sep 2026.

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

Installs per day peak 18 · avg 1
a month agotoday
22
Installs / week
npm · jbnu-lms-mcp
0
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  const child = spawn(browser.path, args, {
Builds a file path from a variable src/services/lms-service.ts:782
      let target = path.join(dir, downloadedName);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add jbnu-lms-student -- npx -y jbnu-lms-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "jbnu-lms-student": {
      "args": [
        "-y",
        "jbnu-lms-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.jbnu-lms-student]
command = "npx"
args = ["-y", "jbnu-lms-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "jbnu-lms-student": {
      "args": [
        "-y",
        "jbnu-lms-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "jbnu-lms-student": {
      "args": [
        "-y",
        "jbnu-lms-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Jbnu Lms Student

same job, measured the same way
SemanticOps MCP (for Power BI)
by maxanatsko

Power BI MCP server (Supports Windows and macOS)

41 installs/wk local only
Illustrator MCP Server
by ie3jp

Adobe Illustrator MCP with 67 tools — more than the official Illustrator MCP. macOS | Windows.

1 120 installs/wk local only
Simplenote MCP
by automattic

MCP server for reading Simplenote notes across macOS, Linux, and Windows

195 installs/wk local only
Windows MCP
by cursortouch

An MCP Server for computer-use in Windows OS

4 868 installs/wk local only
Clipboard MCP Server
by cyanheads

Read, write, and inspect the system clipboard on macOS, Linux (X11/Wayland), and Windows via MCP.

324 installs/wk local only
Weather
by starhawkmk1

MCP weather server for Windows tutorial

31 installs/wk local only
Cygnus SSH MCP
by cygnussystems

SSH-based MCP control of remote Linux, macOS, and Windows servers -- 46 purpose-built tools.

257 installs/wk local only
Universal Screenshot MCP
by sethbang

MCP server for web page and cross-platform system screenshots (macOS, Linux, Windows)

101 installs/wk local only

Jbnu Lms Student — questions

Answers built from our own checks of this server.

Why is there no uptime for Jbnu Lms Student?
Jbnu Lms Student runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package jbnu-lms-mcp was installed 22 times last week.
How do I connect Jbnu Lms Student?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls jbnu-lms-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Jbnu Lms Student?
The npm package jbnu-lms-mcp was installed 22 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Jbnu Lms Student open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.