Skip to content
Cursor

campus cli for Cursor

io.github.alejooroncoy/campus-cli

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

client:Cursor transport:stdio runtime:npm

Install campus cli in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "campus-cli": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "campus-cli"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

campus cli in other clients