🎓 Canvas LMS MCP Server 🎓

🎓 Canvas LMS MCP Server 🎓

By MisterCommand GitHub

MCP server for accessing the Canvas LMS for students

ai mcp
Overview

What is Canvas LMS MCP Server?

Canvas LMS MCP Server is a server designed to access the Canvas Learning Management System (LMS) API, providing students with easy access to their course resources.

How to use Canvas LMS MCP Server?

To use the Canvas LMS MCP Server, you need to set up the environment variables with your Canvas API token and base URL, and then run the server using the provided command.

Key features of Canvas LMS MCP Server?

  • Access to all courses for the current user.
  • Retrieve announcements from specific courses.
  • Get assignments due before a specific date.

Use cases of Canvas LMS MCP Server?

  1. Students can view their enrolled courses and related information.
  2. Educators can manage course announcements and assignments efficiently.
  3. Integration with other tools for enhanced learning experiences.

FAQ from Canvas LMS MCP Server?

  • How do I create a Canvas access token?

You can create an access token by navigating to Profile > Settings > Approved Integrations > New Access Token in your Canvas account settings.

  • What if I cannot create a new access token?

If your admin has disabled this setting, you may not be able to create a new access token.

Content

🎓 Canvas LMS MCP Server 🎓

MCP Server for the Canvas LMS API, enabling access to Canvas LMS resources for students. 🚀

Tools

  1. get_courses 📚
    • Get all courses for the current user
  2. get_announcements 📣
    • Get all announcements from a specific course, made after a specific date
  3. get_assignments 📝
    • Get all assignments from a specific course, due before a specific date

Installation

{
  "mcpServers": {
    "canvas-mcp-server": {
      "command": "npx",
      "args": ["-y", "mcp-canvas-lms"],
      "env": {
        "CANVAS_ACCESS_TOKEN": "key",
        "CANVAS_BASE_URL": "https://..."
      },
      "transportType": "stdio"
    }
  }
}

Usage

Environment Variables

  • CANVAS_ACCESS_TOKEN: Canvas LMS API token
  • CANVAS_BASE_URL: Base URL for the canvas API (e.g. https://canvas.ust.hk)

Create your access token at sidebar > Profile > Settings (/profile/settings) > Approved Integrations > New Access Token

You might not be able to create a new access token if your admin has disabled this setting.

Development

# Install dependencies
npm install

# Build the project
npm run build
No tools information available.
School MCP
School MCP by 54yyyu

A Model Context Protocol (MCP) server for academic tools, integrating with Canvas and Gradescope platforms.

canvas mcp
View Details
repo-template
repo-template by loonghao

A Model Context Protocol (MCP) server for Python package intelligence, providing structured queries for PyPI packages and GitHub repositories. Features include dependency analysis, version tracking, and package metadata retrieval for LLM interactions.

-

google-calendar mcp
View Details
strava-mcp
strava-mcp by jeremysilva1098

MCP server for strava

strava mcp
View Details

Model Context Protocol (MCP) server implementation for Rhinoceros/Grasshopper integration, enabling AI models to interact with parametric design tools

grasshopper mcp
View Details

MCP configuration to connect AI agent to a Linux machine.

security mcp
View Details

AI assistant built with Streamlit, NVIDIA NIM (LLaMa 3.3:70B) / Ollama, and Model Control Protocol (MCP).

python mcp
View Details