Brightspace MCP Server
Related Servers
Alternatives to Brightspace MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceMCP server for D2L Brightspace. Connect Brightspace to Claude, ChatGPT, Cursor, Copilot or any AI agent. One-command setup, works at any school.13190 npm1MIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server that connects AI assistants to university D2L Brightspace and Piazza, enabling query of courses, grades, assignments, deadlines, files, and Piazza posts.7MIT
- FlicenseNot gradedqualityBmaintenanceA Model Context Protocol (MCP) server that connects AI coding agents to your Moodle LMS. Fetch assignments, grades, deadlines, and sync everything to Obsidian automatically.-
- AlicenseNot gradedqualityCmaintenanceMCP server that integrates GitHub, Brightspace, Outlook, and local files, enabling natural language queries for assignments, grades, emails, calendar events, repositories, and file operations.MIT
- AlicenseAqualityDmaintenanceAn MCP server for accessing Dutch school schedules from Magister. Enables Claude and other MCP-compatible AI assistants to query school schedules, drop-off times, and pick-up times.46 npm3MIT
- AlicenseNot gradedqualityCmaintenanceA remote MCP server for querying Canvas LMS courses, assignments, and grades. Enables natural language interaction with Canvas data via MCP clients like Claude Desktop.7 npmMIT
TDQS
Scored across 13 tools
Most tools map cleanly to distinct resources, but get_classlist_emails and get_roster overlap significantly since both provide contact/roster information, and get_assignment_files vs download_file could confuse users around file retrieval. Overall, descriptions are detailed enough to resolve most ambiguity.
All tools follow a clear verb_noun snake_case convention, with the vast majority using get_ (check_auth and download_file being sensible action verbs). The naming pattern makes the tool surface predictable and easy to navigate.
13 read-only LMS tools is a well-scoped set for a student-facing assistant. Each tool covers a meaningful query category without unnecessary redundancy or bloat.
The server comprehensively covers common student read-only needs: authentication, courses, grades, assignments, due dates, announcements, discussions, content, syllabus, and roster/contact info. It lacks any write or submission capabilities, but those appear outside the intended scope, leaving only minor potential gaps like calendar or assignment-submission details.