Skip to main content
ClaudeWave
AnonymousOnyx22 avatar
AnonymousOnyx22

brightspace-d2l-mcp

Ver en GitHub

MCP server for D2L Brightspace. Connect Brightspace to Claude, ChatGPT, Cursor, Copilot or any AI agent. One-command setup, works at any school.

MCP ServersRegistry oficial1 estrellas0 forksTypeScriptNOASSERTIONActualizado today
ClaudeWave Trust Score
80/100
Trusted
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !Licence file present but not machine-readable
Last scanned: 9/17/2026
Install in Claude Code / Claude Desktop
Method: NPX · brightspace-d2l-mcp
Claude Code CLI
claude mcp add brightspace-d2l-mcp -- npx -y brightspace-d2l-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "brightspace-d2l-mcp": {
      "command": "npx",
      "args": ["-y", "brightspace-d2l-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

<h1 align="center">Brightspace D2L MCP Server</h1>

<p align="center">
  <img src="assets/banner.svg" alt="Brightspace D2L MCP server: ask your AI what's due, what you've handed in, your grades and course files" width="100%">
</p>

<p align="center">
  <a href="https://www.npmjs.com/package/brightspace-d2l-mcp"><img src="https://img.shields.io/npm/v/brightspace-d2l-mcp?style=flat-square&label=npm&labelColor=1b2033&color=ff6a3d" alt="npm version"></a>
  <a href="https://github.com/AnonymousOnyx22/brightspace-d2l-mcp/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/AnonymousOnyx22/brightspace-d2l-mcp/ci.yml?style=flat-square&label=tests&labelColor=1b2033" alt="tests"></a>
  <img src="https://img.shields.io/badge/node-20%2B-3ddc97?style=flat-square&labelColor=1b2033" alt="Node 20+">
  <a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-9fb4ff?style=flat-square&labelColor=1b2033" alt="MIT license"></a>
</p>

<h3 align="center">Connect D2L Brightspace to Claude, ChatGPT, Cursor, Copilot<br>or any AI agent in about a minute.</h3>

<p align="center">One command. Sign in the way you always do. No passwords stored.</p>

<br>

An [MCP (Model Context Protocol)](https://modelcontextprotocol.io) server that gives AI assistants and agents read access to your Brightspace courses: due dates with real submission status, grades, assignments, rubrics, course content, announcements, discussions and class lists. It works at any school that uses D2L Brightspace, including schools with Microsoft, Duo, Okta or Shibboleth single sign-on.

## Quick start

You need [Node.js 20 or newer](https://nodejs.org/) and Google Chrome or Microsoft Edge.

```bash
npx brightspace-d2l-mcp setup
```

That's it. Setup asks for your school, opens a browser so you can sign in, and connects every AI app it finds.
Then ask your AI:

> **"What should I work on right now?"**

<p align="center">
  <img src="assets/setup.svg" alt="The setup command finding the school, signing in, and connecting AI apps" width="760">
</p>

New to this? The **[step-by-step setup guide](docs/setup.md)** walks through everything with pictures of each step.

## What you can ask

| | Try asking |
|---|---|
| ✅ **What's left** | "What should I work on right now?" · "What haven't I submitted yet?" |
| 📅 **Deadlines** | "What's due this week?" · "Anything due tomorrow?" |
| 📊 **Grades** | "What are my grades?" · "Am I passing Calculus?" |
| 📢 **Announcements** | "Did any professor post something today?" |
| 📚 **Course content** | "Find the midterm review slides" · "Summarize the Lab 3 instructions" |
| 📎 **Assignment files** | "What does the rubric for the project ask for?" |
| 💬 **Discussions** | "What are people saying in the final project thread?" |
| 👥 **Class list** | "Who's the TA for my networking course?" |

### It knows what you've already handed in

Most tools only see due dates, so they keep telling you to do work you've finished.
This one checks your actual submission for every assignment:

| Status | Meaning |
|---|---|
| `submitted` / `graded` | Done. Never suggested as a to-do. |
| `not_submitted` / `draft` | Still needs doing. |
| `not_open_yet` | The dropbox hasn't opened; shows when it will. |
| `closed` / `past_due` | You can no longer submit. |
| `unknown` | Quizzes: Brightspace doesn't show students their quiz attempts, so your AI will ask you. |

## Tools

13 read-only MCP tools for D2L Brightspace:

| Tool | What it does |
|---|---|
| `get_todo` | Prioritized to-do list across every course: what's due soon, overdue, not open yet, and already done |
| `get_upcoming_due_dates` | Upcoming deadlines with the real submission status of each assignment |
| `get_my_courses` | Your enrolled courses with names, codes and ids |
| `get_my_grades` | Grade breakdown per course with points, percentages and instructor comments |
| `get_assignments` | Assignments (dropboxes) and quizzes with due dates, status and rubrics |
| `get_assignment_files` | Reads the instructions, handouts and rubric files attached to an assignment |
| `get_course_content` | Course modules, lecture slides, files and links |
| `get_syllabus` | Course syllabus and overview |
| `get_announcements` | Recent announcements (news) from your instructors |
| `get_discussions` | Discussion forums, topics and posts |
| `get_roster` | Instructors and TAs with contact info, optionally the full class list |
| `get_classlist_emails` | Email addresses for everyone in a course |
| `download_file` | Saves a course file or submission to a folder you choose |

## Works at any Brightspace school

Every school signs in differently: Microsoft, ADFS, Duo, Shibboleth, Okta, Google, campus pickers, or Brightspace's own form.
Instead of guessing how your school works, setup opens a **normal browser window** and you sign in exactly like you do every day, text codes and authenticator apps included.

<p align="center">
  <img src="assets/how-it-works.svg" alt="Your AI app talks to this server on your computer, which reads Brightspace with the session from your browser sign-in" width="860">
</p>

After that it stays signed in quietly in the background. If your school ever asks you to sign in again, the browser window simply pops up and closes by itself when you're done.

## Works with your AI app or agent

**Connected automatically by setup:**
Claude Desktop · Claude Code · Cursor · VS Code (GitHub Copilot) · Windsurf · OpenAI Codex · Gemini CLI · Cline · Roo Code · OpenCode · Zed · LM Studio · Kiro

**One copy-paste away:**
ChatGPT (developer mode) · Continue · Goose · JetBrains AI Assistant · Warp · Amp · Msty · Jan · AnythingLLM

**Agent frameworks:**
OpenAI Agents SDK · Claude Agent SDK · LangChain / LangGraph · Vercel AI SDK · Mastra · CrewAI · Pydantic AI · LlamaIndex

It runs over **stdio** for local apps and **streamable HTTP** (`serve --http`) for ChatGPT and hosted agents.
See **[docs/agents.md](docs/agents.md)** for copy-paste setup for every one of these.

## Commands

| Command | What it does |
|---|---|
| `npx brightspace-d2l-mcp setup` | Pick your school, sign in, connect your AI apps |
| `npx brightspace-d2l-mcp login` | Sign in again |
| `npx brightspace-d2l-mcp status` | Show your school, whether you're signed in, and connected apps |
| `npx brightspace-d2l-mcp logout` | Delete the saved session |
| `npx brightspace-d2l-mcp uninstall` | Remove from all AI apps and delete all local data |
| `npx brightspace-d2l-mcp serve --http` | Run over HTTP for ChatGPT and HTTP-based agents |
| `npx brightspace-d2l-mcp config` | Print the MCP config JSON for any other app |

<details>
<summary><b>Setup options</b></summary>

```bash
npx brightspace-d2l-mcp setup --school yourschool.brightspace.com   # skip the school question
npx brightspace-d2l-mcp setup --apps claude-desktop,cursor          # only connect these apps
npx brightspace-d2l-mcp setup --skip-login                          # sign in later, on first use
npx brightspace-d2l-mcp setup --yes                                 # accept every default
```

App ids: `claude-desktop`, `claude-code`, `cursor`, `vscode`, `windsurf`, `codex`, `gemini-cli`, `cline`, `roo-code`, `opencode`, `zed`, `lm-studio`, `kiro`.

</details>

## Privacy and security

- **Your password is never seen or stored.** You type it into your school's own sign-in page in a real browser.
- **Read-only.** It can't submit, post, or change anything in Brightspace.
- **Local only.** Everything runs on your computer and talks only to your school's Brightspace. There's no server in between, and no analytics.
- **Uses the official Brightspace API** with the same access you have in your browser.
- Your session is saved in `~/.brightspace-d2l-mcp/`, readable only by your user account. `logout` deletes it; `uninstall` deletes everything.

## Troubleshooting

<details>
<summary><b>"No supported browser was found"</b></summary>

Install [Google Chrome](https://www.google.com/chrome/) or use Microsoft Edge (already on Windows).
Or install a private copy of Chromium with `npx playwright install chromium`.
</details>

<details>
<summary><b>My school address isn't accepted</b></summary>

Sign in to Brightspace in your browser, then copy the address from the address bar (any page works).
If it says your site "runs Blackboard" or "Canvas", your school doesn't use Brightspace.
</details>

<details>
<summary><b>Brightspace doesn't show up in Claude Desktop</b></summary>

Fully quit Claude Desktop (tray icon → Quit, not just closing the window), then run `setup` again.
Claude Desktop rewrites its settings while it's open, so setup offers to restart it for you.
</details>

<details>
<summary><b>It keeps asking me to sign in</b></summary>

Some schools end sessions every few hours. When that happens a browser window opens so you can sign in again.
Run `npx brightspace-d2l-mcp status` to check, or `login` to sign in right away.
If you'd rather it never opens a window on its own, add `"autoLogin": false` to `~/.brightspace-d2l-mcp/config.json`.
</details>

<details>
<summary><b>I want to filter out old courses</b></summary>

Add course ids to `~/.brightspace-d2l-mcp/config.json`:

```json
{ "excludeCourses": [123456, 789012] }
```

Or keep only specific ones with `"includeCourses"`. Ask your AI "list my courses with their ids" to find them.
</details>

## FAQ

<details>
<summary><b>How do I connect D2L Brightspace to Claude?</b></summary>

Run `npx brightspace-d2l-mcp setup`. It connects Claude Desktop and Claude Code automatically. Then ask Claude about your courses.
</details>

<details>
<summary><b>Is there an AI assistant for D2L Brightspace?</b></summary>

Yes. This connects Brightspace to the AI app you already use (Claude, ChatGPT, Cursor, GitHub Copilot, Gemini and others), so you can ask about deadlines, grades and course files in plain English instead of clicking through every course.
</details>

<details>
<summary><b>How do I use ChatGPT with Brightspace?<
aiai-agentsai-toolsbrightspaced2ld2l-aid2l-brightspacedesire2learndesire2teacheducationeducationallmsmcpmcp-servermodel-context-protocolstudentstudent-managedstudent-projectstudentresourcesstudents

Lo que la gente pregunta sobre brightspace-d2l-mcp

¿Qué es AnonymousOnyx22/brightspace-d2l-mcp?

+

AnonymousOnyx22/brightspace-d2l-mcp es mcp servers para el ecosistema de Claude AI. MCP server for D2L Brightspace. Connect Brightspace to Claude, ChatGPT, Cursor, Copilot or any AI agent. One-command setup, works at any school. Tiene 1 estrellas en GitHub y su última actualización registrada es del 2026-09-16.

¿Cómo se instala brightspace-d2l-mcp?

+

Puedes instalar brightspace-d2l-mcp clonando el repositorio (https://github.com/AnonymousOnyx22/brightspace-d2l-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar AnonymousOnyx22/brightspace-d2l-mcp?

+

Nuestro agente de seguridad ha analizado AnonymousOnyx22/brightspace-d2l-mcp y le ha asignado un Trust Score de 80/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene AnonymousOnyx22/brightspace-d2l-mcp?

+

AnonymousOnyx22/brightspace-d2l-mcp es mantenido por AnonymousOnyx22. La última actividad registrada en GitHub es del 2026-09-16, con 0 issues abiertos.

¿Hay alternativas a brightspace-d2l-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega brightspace-d2l-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: AnonymousOnyx22/brightspace-d2l-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/anonymousonyx22-brightspace-d2l-mcp)](https://claudewave.com/repo/anonymousonyx22-brightspace-d2l-mcp)
<a href="https://claudewave.com/repo/anonymousonyx22-brightspace-d2l-mcp"><img src="https://claudewave.com/api/badge/anonymousonyx22-brightspace-d2l-mcp" alt="Featured on ClaudeWave: AnonymousOnyx22/brightspace-d2l-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a brightspace-d2l-mcp