brightspace-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@brightspace-mcplist my courses"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
brightspace-mcp
MCP server for D2L Brightspace with multi-strategy authentication and opt-in write operations.
Status: Under active development. Not production-ready.
Quick start (Plan 1 preview)
Clone and install:
git clone <this repo> cd brightspace-mcp npm install npm run buildCreate
~/.brightspace-mcp/config.yaml:default_profile: my_school profiles: my_school: base_url: https://your-school.brightspace.com auth: strategy: api_token api_token: { token_ref: env:BRIGHTSPACE_API_TOKEN }Export your D2L Valence token and run:
export BRIGHTSPACE_API_TOKEN="<your-token>" node build/cli/main.js serveRegister the binary with your MCP client (e.g., Claude Desktop):
{ "brightspace": { "command": "node", "args": ["/abs/path/to/build/cli/main.js", "serve"] } }
Status
Plan 1: Foundation + vertical slice (
check_auth,list_my_courses,api_tokenauth)Plan 2: Browser, OAuth, Session Cookie, Headless + MFA (TOTP, Duo, Manual)
Plan 3: Retry/backoff, rate limit, coalescing, File/Redis cache
Plans 4–8: Remaining contexts, CLI wizard, writes, release pipeline
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JhostinAleck/brightspace-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server