★ 2 stars
JavaScript
📁 File System
Updated 12d ago
MCP server for Canvas LMS - gives Claude access to your grades, assignments, files, and announcements as a student.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"canvas-student-mcp-s": {
"command": "npx",
"args": [
"-y",
"colehollander10-netizen/canvas-student-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add canvas-student-mcp-s npx -y colehollander10-netizen/canvas-student-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"canvas-student-mcp-s": {
"command": "npx",
"args": [
"-y",
"colehollander10-netizen/canvas-student-mcp-server"
]
}
}
}