UWaterloo MCP
Click on "Deploy 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., "@UWaterloo MCPshow me my upcoming assignments and grades"
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.
UWaterloo MCP
A read-only MCP server for UWaterloo Learn and Piazza. It reads; it never submits or posts.
Deploy your own. Anyone with your server's URL and token can read everything you can read in Learn.
Setup
1. Deploy
With Vercel
The form asks for five values:
Variable | What to enter |
| A random string, 24+ characters. Your server's password — you paste it again in steps 2 and 3. |
| Your Piazza email. |
| Your Piazza password. |
| Your WatIAM username — |
| Your WatIAM password. |
Locally — needs Node 22.17+, and Chrome for the Duo sign-in.
git clone https://github.com/syed-zayd/uwaterloo-mcp.git
cd uwaterloo-mcp
npm install
cp .env.example .env # edit it — the server won't start without MCP_AUTH_TOKEN
npm startOpen your server's root URL in a browser. It prints the two things steps 2 and 3 need.
2. Sign in to Learn
Piazza works already. Learn needs a Duo approval, which only you can give.
Open /setup, enter your MCP_AUTH_TOKEN, and press Sign in with UWaterloo and Duo. It shows a three-digit code — type that into Duo Mobile.
The session is held in memory, so expect to repeat this after a restart, after 180 idle minutes, and on Vercel whenever a new instance starts. To make one last, use Or paste a session cookie on that page and save the same value as a D2L_COOKIE environment variable.
3. Connect your client
Add a remote MCP server pointing at /mcp on your server. When the approval page asks for a token, paste your MCP_AUTH_TOKEN.
Related MCP server: unsw-mcp
Tools
Learn — server_info, list_courses, get_upcoming, get_grades, get_rubric, list_assignments, get_submissions, get_submission_file, get_submission_file_url, get_course_content, get_file, get_file_url, get_quiz_attempts, get_classlist, list_groups, get_group, list_discussions, list_discussion_posts, get_discussion_thread, get_announcements
Piazza — piazza_list_courses, piazza_list_folders, piazza_search_posts, piazza_get_posts
Start with list_courses or piazza_list_courses — everything else takes a course.
MIT licensed.
This server cannot be deployed
Maintenance
Related MCP Connectors
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
MCP-native open-source Notion alternative: read & write pages, databases and kanban boards.
An MCP server that provides read access to your cloud storage providers, bank accounts and more.
Read-only MCP server for RZ AI Labs — query its services, workshops, and contact info.
Related MCP Servers
- FlicenseAqualityBmaintenanceAn MCP server that gives desktop AI apps access to your Waterloo LEARN courses, enabling listing courses, getting announcements, content, grades, and upcoming events through natural language.52-
- AlicenseAqualityCmaintenanceMCP server for UNSW students to read Moodle, Ed, and official course outlines, including courses, assignments, grades, forums, and AI use policies, with some write capabilities.40MIT
- FlicenseAqualityCmaintenanceMCP server that lets AI assistants access University of Waterloo LEARN course data (announcements, content, grades, assignments, outlines) and search past assessments in Google Drive.10-
- AlicenseBqualityCmaintenanceA read-only MCP server for Canvas LMS that exposes a user's courses, upcoming work, and assignments as callable tools.3MIT