canvas-student-mcp-server

colehollander10-netizen/canvas-student-mcp-server
★ 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"
      ]
    }
  }
}