Brightspace MCP Server
Enables Purdue University students to access their Brightspace academic data including courses, assignments, and grades through web scraping with Duo Mobile 2FA authentication. Provides programmatic access to student academic information when official API access is restricted.
README
Brightspace MCP Server
I'm building a Model Context Protocol (MCP) server for Purdue University students to connect and access their Brightspace accounts.
Overview
I'm using Playwright for web scraping to access Brightspace data since direct API access is not available to students. My implementation handles Duo Mobile 2FA authentication and extracts course information, assignments, and other academic data.
Quick Start
1. Setup Environment
# Run the setup script (creates virtual environment and installs dependencies)
python setup.py
# Activate the virtual environment
# On macOS/Linux:
source venv/bin/activate
# On Windows:
venv\Scripts\activate
2. Configure Credentials
Edit the .env file with your Purdue credentials:
PURDUE_USERNAME=your_purdue_username
PURDUE_PASSWORD=your_purdue_password
3. Test Connection
# Test basic connectivity
python testing/playwright_trial.py
# Run the full scraper
python brightspace_api.py
Project Structure
brightspace_api.py- Main scraper class with login and data extractiontesting/playwright_trial.py- Simple connectivity testsetup.py- Automated setup script for virtual environment and dependenciesrequirements.txt- Python dependencies.env- Environment variables (credentials)
Features
- ✅ Duo Mobile 2FA authentication handling
- ✅ Course list extraction
- ✅ Assignment data scraping
- ✅ JSON data export
- ✅ Error handling and retry logic
- ✅ Virtual environment isolation
Why Playwright over API?
- ❌ D2L Brightspace API: Requires administrative access, not available to students
- ✅ Playwright Web Scraping: Handles 2FA, works with student accounts, more flexible
Architecture Overview
The diagram below illustrates the roadblock I face with the official D2L API versus my custom implementation:
<img src="img/architecture.png" alt="Architecture Diagram" width="600">
The Challenge: I cannot access the official D2L Brightspace API due to institutional restrictions and administrative requirements.
My Solution: I bypass these limitations by creating my own custom API using Playwright web scraping. My approach:
- Mimics human browser interactions
- Handles complex authentication flows (including Duo Mobile 2FA)
- Extracts the same data I see in my browser
- Provides a clean, programmatic interface for my MCP server
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.