Canvas-MCP-Server

F0rklift-Certified/Canvas-MCP-Server
★ 0 stars TypeScript AI/LLM Updated 15d ago
A Model Context Protocol server that gives Claude access to your Canvas LMS course materials - turning it into a study assistant grounded in your actual coursework.
View on GitHub → 🔍 Audit Wallet Slippage →

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-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "F0rklift-Certified/Canvas-MCP-Server"
      ]
    }
  }
}