CMUCanvasMCPSErver

akshsgaur/CMUCanvasMCPSErver
★ 7 stars Python 🤖 AI/LLM Updated 1mo ago
MCP server integrating Canvas LMS with Claude Desktop for AI-powered academic management. Provides direct access to courses, assignments, deadlines, and to-do items, enabling students to streamline academic planning through Claude's conversational AI. Built for CMU but adaptable to any Canvas instance.
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": {
    "cmucanvasmcpserver": {
      "command": "uvx",
      "args": [
        "cmucanvasmcpserver"
      ]
    }
  }
}

Or install with pip: pip install cmucanvasmcpserver