Brightspace D2l MCP server
D2L Brightspace for AI agents: due dates with submission status, grades and course content.
1 stars160 downloads/wk
Reviews
Write oneNobody has reviewed Brightspace D2l yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Brightspace D2l tools (13)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
download_fileDownload a file from course content or assignment submissions to a local directory. Use this when the user wants to download, save, or get a file from Brightspace course content or dropbox submissions. IMPORTANT: You MUST ask the user where they want to save the file before calling this tool. Never guess or assume a download directory. After identifying the file to download, suggest a clean readab
get_announcementsFetch recent announcements from your courses. Can filter to a specific course or get announcements across all courses. Use this when the user asks about announcements, news, updates from instructors, recent posts, or what professors said.
get_assignment_filesRead the files an instructor attached to an assignment: the spec or instructions PDF, a starter workbook, a rubric document. Call it with just courseId to see which assignments have attachments, then with folderId and fileId to read one. Use this when the user asks what an assignment requires, what the instructions say, or to summarize a handout. Returns the text itself. Use download_file instead
get_assignmentsFetch assignments and quizzes for a specific course or all enrolled courses. Shows dropbox submissions and quizzes with due dates, status, and rubric info. Use this when the user asks about assignments, homework, what to submit, quizzes, or assignment details and rubrics.
get_classlist_emailsFetch all email addresses for everyone in a course: instructors, TAs, and students.
get_course_contentFetch the content tree for a course showing modules, topics, files, and links. Use this when the user asks about course materials, lecture slides, uploaded files, content structure, or what's in a course module. Use moduleTitle to filter to a specific module (e.g. 'Labs', 'Staff', 'Homeworks') instead of fetching the entire tree. Use maxDepth to limit recursion depth for a table-of-contents view.
get_discussionsFetch discussion board content for a course including forums, topics, and posts. Use this when the user asks about discussion boards, forum posts, class discussions, or wants to see what's been posted. Provide just courseId to list all forums and their topics. Add forumId to get topics and posts for a specific forum. Add both forumId and topicId to get all posts in a specific discussion topic.
get_my_coursesFetch your enrolled Brightspace courses with names, codes, and IDs. Use this when the user asks about their courses, enrolled classes, what they're taking this semester, or needs a course ID for other queries.
get_my_gradesFetch your grade breakdown for a specific course or all enrolled courses. Shows grade items with points, percentages, and comments. Use this when the user asks about grades, scores, marks, GPA, academic performance, or how they're doing in a class.
get_rosterFetch the roster for a course including instructors, TAs, and optionally students with their names, emails, and roles. Use this when the user asks about classmates, instructor contact info, TA emails, professor names, or who's in a class. By default returns only instructors and TAs for privacy. Use includeStudents to get full class list.
get_syllabusFetch the syllabus/overview text and optional attachment for a course. Returns the course overview description as markdown. If downloadPath is provided, also downloads the syllabus attachment (e.g. PDF). IMPORTANT: You MUST ask the user where they want to save the file before calling this tool with a downloadPath.
get_todoPrioritized to-do list across all courses: unfinished work due soon, recently overdue work,
get_upcoming_due_datesUpcoming due dates across all courses, with whether each assignment is already submitted
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- Code scan56 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 3 days ago15/15
- Maintainer identityregistry namespace matches repository owner6/10
Install directly
Runs npx -y brightspace-d2l-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add brightspace-d2l-mcp -- npx -y brightspace-d2l-mcp
Brightspace D2l: common questions
- Is Brightspace D2l MCP server safe?
- Yes, by our scan: it is graded A (89/100). Read the Brightspace D2l safety report
- How do I install Brightspace D2l?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Brightspace D2l need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Brightspace D2l maintained?
- The last commit was 4 days ago (2026-09-16). The latest release is v1.0.0.