mcpbeat Sign in

Campus CLI MCP Server

by alejooroncoy Your server? Claim it
local only

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

Unofficial Blackboard Learn (LMS) MCP for students: courses, assignments, grades, materials.

Installs per day peak 434 · avg 73 · +398% w/w
a month agotoday
226
Installs / week
npm · campus-cli
9
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
ISC
License
TypeScript

What the code does

We read the source, 16 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.

  result = spawnSync(process.execPath, [compiled, ...process.argv.slice(2)], { stdio: 'inherit', env });
Builds a file path from a variable src/providers/blackboard/api/client.ts:90
  const dest = path.join(dir, base);

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 campus-cli -- npx -y campus-cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "campus-cli": {
      "args": [
        "-y",
        "campus-cli"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.campus-cli]
command = "npx"
args = ["-y", "campus-cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "campus-cli": {
      "args": [
        "-y",
        "campus-cli"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "campus-cli": {
      "args": [
        "-y",
        "campus-cli"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Campus CLI

same job, measured the same way
Canvas Parent MCP
by chrischall

Canvas LMS (Instructure) for Claude — courses, grades, assignments, planner, files

610 installs/wk local only
Canvas
by mcparmory

Manage courses, submissions, grades, and student data in Canvas LMS

255 installs/wk local only
Gogcli MCP Classroom
by chrischall

Google Classroom via gogcli for Claude — courses, assignments, submissions, grading

1 374 installs/wk local only
Isco Tec
by isco-tec

Official MCP server for Scorezilla — add a leaderboard to your game from your AI coding assistant.

28 installs/wk local only
Git Leaderboard
by hrvoje0099

Official MCP server for Git Leaderboard rankings, profiles, streaks, and user comparisons.

24 installs/wk local only
Ionic Framework MCP
by capawesome

Unofficial MCP server for the Ionic Framework documentation, components and blog.

39 installs/wk 5 tools answering
NTNU Courses (unofficial)
by martinsa04

Unofficial NTNU course data: search, timetables, grades, course info, and exam logistics.

12 tools answering
Wireboard
by wireboard

Official MCP server for WireBoard. Lets LLM agents query your analytics in conversation.

32 installs/wk local only

Campus CLI — questions

Answers built from our own checks of this server.

Why is there no uptime for Campus CLI?
Campus CLI 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 campus-cli was installed 226 times last week.
How do I connect Campus CLI?
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 campus-cli straight from npm; nothing to host, nothing to sign up for.
How many people use Campus CLI?
The npm package campus-cli was installed 226 times in the last week. Week over week that is +398%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Campus CLI open source?
Yes — it is published under the ISC licence, written in TypeScript and 9 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.