How to Use the D2L Brightspace MCP in Cline
Let Cline build course dashboards, sync student rosters, and update D2L Brightspace grades directly from VS Code using this MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect D2L Brightspace MCP to Cline
Create your Vinkius account to connect D2L Brightspace to Cline and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Auto-sync student rosters with Cline
The `list_users` tool connects Cline to your student records so the agent can manage class lists directly. Cline calls this endpoint to see who is registered, then uses `create_user` to add new students to the system. It handles the entire onboarding flow without you leaving your editor. The agent keeps your classes accurate by running `create_enrollment` or `delete_enrollment` based on your local text roster. You just point Cline to your CSV file, and it edits the LMS database in real-time.
Build custom student dashboards using this MCP Server
The `get_user_grade` tool allows Cline to pull live performance metrics directly into your local development workspace. Cline reads these grades, writes the frontend React components, and displays a live preview of student progress. You get a functional dashboard built with real data in minutes. To make the dashboard complete, Cline calls `list_quizzes` and `list_quiz_attempts` to map out student engagement metrics. It writes the data-fetching code and tests it against the live server.
Manage course content and LTI integrations
The `create_lti_deployment` tool lets Cline configure external learning tools inside your course shells. Cline checks your current setups using `list_lti_registrations`, then deploys the new tools to the correct org units. It handles the complex JSON payloads without configuration errors. When organizing course materials, Cline uses `list_root_modules` to inspect the structure. It then writes scripts to upload files or organize modules to match your local project files.
Set up D2L Brightspace MCP in Cline
Prerequisites
- VS Code with Cline extension installed
- Active Vinkius subscription with a valid endpoint token
- 1
Open Cline MCP settings
Click the Cline icon in the VS Code sidebar to open the Cline panel. Then click the MCP Servers icon (server stack) at the top-right corner of the panel.
- 2
Add a remote server
Click "Remote Servers" at the top, then click "Add Remote MCP". In the Name field, type
d2l-brightspace-mcp. In the URL field, paste your Vinkius endpoint:https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp. Get your token from cloud.vinkius.com. - 3
Enable the server
After saving, the server appears in the Cline MCP panel. Toggle the switch to enable it. The status indicator turns green when the connection is live.
- 4
Start using tools
Return to the Cline chat and ask: "Check my latest D2L Brightspace refund status." Cline will discover the available tools and request your approval before invoking each one — giving you full control over every action.
{
"mcpServers": {
"d2l-brightspace-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by D2L Brightspace. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about D2L Brightspace MCP in Cline
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the D2L Brightspace MCP today
We host it, we monitor it, we maintain it. You just paste one token.