UWaterloo 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., "@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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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
- AlicenseNot gradedqualityCmaintenanceA read-only MCP server for Canvas LMS that exposes a user's courses, upcoming work, and assignments as callable tools.MIT
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.
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/syed-zayd/uwaterloo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server