A Model Context Protocol (MCP) server for academic tools, integrating with Canvas and Gradescope platforms.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"school-mcp": {
"args": [
"-y",
"@54yyyu/school-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server for academic tools, integrating with Canvas and Gradescope platforms.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@54yyyu/school-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @54yyyu/school-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in education
A Model Context Protocol server for searching and analyzing arXiv papers
MCP server for NotebookLM - Let your AI agents (Claude Code, Codex) research documentation directly with grounded, citation-backed answers from Gemini. Persistent auth, library management, cross-client sharing. Zero hallucinations, just your knowledge base.
A MCP server that integrates the Semantic Scholar API and the arXiv API so AI assistants (e.g. Claude Code, Cursor) can search and fetch academic paper metadata.
MCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.
MCP Security Weekly
Get CVE alerts and security updates for School Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server for academic tools, integrating with Canvas and Gradescope platforms.
To install School MCP for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @54yyyu/school-mcp --client claude
git clone https://github.com/yourusername/school-mcp.git
cd school-mcp
pip install -e .
.env file manuallyRun the setup helper to configure Claude Desktop automatically:
python setup_helper.py
The setup helper will:
.env file if neededIf you prefer to set up manually:
cp .env.template .env
# Edit .env with your credentials
Run directly:
python -m school_mcp
Or use the convenience script:
./run_server.py
get_deadlines: Fetch upcoming assignment deadlines from Canvas and Gradescopeadd_to_reminders: Add assignments to macOS Reminderslist_courses: List all available Canvas coursesdownload_course_files: Download files from a Canvas courseset_download_path: Configure where downloaded files are savedget_download_path_info: Check the current download locationThe server tries to find configuration in this order:
.env file in the current directoryconfig.json file in the home directoryMIT