Brightspace Mcp Server
@RohanMuppa
About Brightspace Mcp Server
MCP server for Brightspace (D2L): check grades, due dates, announcements, rosters & more using Claude, ChatGPT, Cursor, or any MCP client. Built with TypeScript and the D2L REST API.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"brightspace": {
"command": "npx",
"args": [
"-y",
"brightspace-mcp-server@latest"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Brightspace Mcp Server?
Brightspace Mcp Server is an MCP (Model Context Protocol) server that connects AI applications like Claude, ChatGPT, and Cursor to a student’s Brightspace learning management system. It allows users to query grades, assignments, announcements, course content, and more directly through natural language prompts. Built for any school using Brightspace, it runs locally via Node.js and handles authentication and session management.
How to use Brightspace Mcp Server?
Requires Node.js 18+. Run npx brightspace-mcp-server setup (add --purdue for Purdue University) to launch a wizard that handles credentials, MFA, and AI client configuration. After installation, restart the AI client and start asking questions. If a session expires, use npx brightspace-mcp-server auth to re-authenticate.
Key features of Brightspace Mcp Server
- Query real-time grades across all courses
- List upcoming assignments and due dates
- Retrieve course announcements and discussion posts
- Download lecture slides and course content
- View course roster with instructor/TA contact info
- Works with any Brightspace‑enabled institution
- Automatic session re‑authentication and encrypted local storage
Use cases of Brightspace Mcp Server
- “Am I passing all my classes?” – check current grades across courses.
- “What’s due in the next 48 hours?” – summarize pending assignments.
- “Download the midterm review slides and turn them into flashcards.”
- “Build me a study schedule based on my upcoming due dates.”
- “Summarize the latest discussion posts from my CS class.”
FAQ from Brightspace Mcp Server
What runtime or dependencies are required?
Node.js 18+ must be installed. On WSL or Docker, additional Playwright dependencies may be needed (npx playwright install-deps chromium).
Where are my credentials stored?
Credentials and session tokens remain on your local machine at ~/.brightspace-mcp/config.json. Session tokens are encrypted (AES‑256‑GCM), and all traffic to Brightspace uses HTTPS.
How does authentication work?
The setup wizard handles credentials and multi‑factor authentication (e.g., Duo push). Sessions re‑authenticate automatically; if auto‑reauth fails, run npx brightspace-mcp-server auth to retry.
What if the headless login fails on Windows?
The default login mode is headed (a browser window opens). If headless mode was enabled and fails, switch back to headed mode by removing the D2L_HEADLESS=true environment variable.
Is any data sent to third parties?
No. All data stays local or goes directly to your school’s Brightspace instance. Nothing is sent to any external server other than the login page and Brightspace API endpoints.
More AI & Agents MCP servers
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
Comments