★ 19 stars
TypeScript
🤖 AI/LLM
Updated 3d ago
MCP server for Brightspace (D2L). Check grades, due dates, assignments, announcements, rosters, syllabus & course content via Claude, ChatGPT, Cursor, Windsurf, or any MCP client. Works with any school. npm: npx brightspace-mcp-server@latest
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"brightspace-mcp-serv": {
"command": "npx",
"args": [
"-y",
"RohanMuppa/brightspace-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add brightspace-mcp-serv npx -y RohanMuppa/brightspace-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"brightspace-mcp-serv": {
"command": "npx",
"args": [
"-y",
"RohanMuppa/brightspace-mcp-server"
]
}
}
}
📋 Copy
Topics
ai assignments brightspace brightspace-api chatgpt claude claude-desktop cursor d2l d2l-brightspace education grades lms mcp mcp-server