Campus
Rank #2,597io.github.alejooroncoy/campus-cli
Unofficial Blackboard Learn (LMS) MCP for students: courses, assignments, grades, materials.
Campus is a Model Context Protocol (MCP) server published by alejooroncoy. It ranks #2,597 of 115,460 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. Campus is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Mar 30, 2026 and most recently updated on Aug 8, 2026.
Ranks ahead of 112,863 of 115,460 servers on MCP Toplist.
Use Campus
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add campus-cli -- npx -y campus-cli mcp[mcp_servers.campus-cli]
command = "npx"
args = ["-y", "campus-cli", "mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"campus-cli": {
"command": "npx",
"args": [
"-y",
"campus-cli",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"campus-cli": {
"command": "npx",
"args": [
"-y",
"campus-cli",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"campus-cli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"campus-cli",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"campus-cli": {
"command": "npx",
"args": [
"-y",
"campus-cli",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"campus-cli": {
"command": "npx",
"args": [
"-y",
"campus-cli",
"mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.alejooroncoy%2Fcampus-cli)<a href="https://mcptoplist.com/server/io.github.alejooroncoy%2Fcampus-cli"><img src="https://mcptoplist.com/badge/io.github.alejooroncoy%2Fcampus-cli.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
alejooroncoy
Available versions (3)
| Version | Published |
|---|---|
| 1.4.1 | Aug 8, 2026 |
| 1.3.3 | Aug 7, 2026 |
| 1.3.2 | Aug 7, 2026 |
Frequently asked questions
- Who maintains Campus?
- Campus is maintained by alejooroncoy, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Campus listed on the Official MCP Registry?
- Yes — Campus is listed on the Official MCP Registry, alongside Glama.
- How many versions does Campus have?
- MCP Toplist tracks 3 versions of Campus, most recently published on Aug 8, 2026.
- Where can I find the source code for Campus?
- The source code for Campus is hosted at github.com/alejooroncoy/campus-cli.