MyCourseVille MCP
Enables AI to read MyCourseVille data locally, including assignments, deadlines, grades, announcements, and course materials.
README
๐ MyCourseVille โ AI
<img width="919" height="528" alt="image" src="https://github.com/user-attachments/assets/87e41bbe-12d1-4501-9c69-2da89acf8c86" />
โก What This Is
A local MCP server that lets your AI read your MyCourseVille data.
- Assignments + deadlines
- Submission status
- Grades
- Announcements
- Course files/materials
No more clicking around MCV.
๐ Quick Install
Option A (Tell Your AI)
Tell your AI:
"Install https://github.com/Helpmepeet/MCV_MCP and connect it as an MCP server"
Works best if your AI can run terminal commands.
๐ค For AI agents: See AI_AGENT_GUIDE.md for installation steps
Option B (Still Easy)
Clone and run:
git clone https://github.com/Helpmepeet/MCV_MCP.git
cd MCV_MCP
pip install -r requirements.txt
Add your credentials:
cp .env.example .env
# Edit .env with your MyCourseVille username/password
๐ Safe + Private
- Runs on your machine
- Your password stays local
- No tracking
- Open source
Not official from Chula.
๐ง Example Questions
- "what's due this week?"
- "any missing submissions?"
- "what's the most urgent task?"
- "show my scores"
- "download materials from data mining"
๐ Connect to MCP (Claude Desktop)
1. Find your config file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%/Claude/claude_desktop_config.json - Linux:
~/.config/Claude/claude_desktop_config.json
2. Add this:
{
"mcpServers": {
"mycourseville": {
"command": "python",
"args": ["/absolute/path/to/MCV_MCP/server.py"],
"env": {
"MCV_USERNAME": "your_student_id",
"MCV_PASSWORD": "your_password"
}
}
}
}
3. Restart Claude Desktop
Done.
๐งช Test Without AI
python mycourseville_client.py
Shows your homework in terminal.
๐ง Tools Exposed to AI
get_assignmentsโ Fetch pending homeworkget_assignment_detailโ Check submission & gradeget_course_materialsโ List course filesget_announcementsโ Get course updatesmark_assignment_doneโ Hide completed tasks
See ARCHITECTURE.md for details.
๐ Troubleshooting
Login failed
โ Check username/password in .env
No assignments โ Check semester/courses in MyCourseVille
MCP not working โ Use absolute path, restart Claude Desktop
๐ Requirements
- Python 3.10+
- Chulalongkorn University MyCourseVille account
- Claude Desktop or other MCP-compatible AI
๐ Credits
- AJAX API reverse-engineered from kcnti/mycourseville-crispy
- Built with Model Context Protocol
โ ๏ธ Disclaimer
Not affiliated with Chulalongkorn University / MyCourseVille.
Use responsibly. Respect the platform's terms of service.
๐ More Docs
- AI_AGENT_GUIDE.md โ For AI agents installing this
- ARCHITECTURE.md โ Technical details
- CONTRIBUTING.md โ How to contribute
- CHANGELOG.md โ Version history
Made with โค๏ธ for Chula students who want AI to handle the boring stuff
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.