MCP.so
Sign In

Canvas MCP Server v2.0

@DMontgomery40

About Canvas MCP Server v2.0

Version 2.2 - 54 tools available - an MCP server for interacting with the Canvas LMS API. This server allows you to manage courses, assignments, enrollments, and grades within Canvas.

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

DMontgomery40

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-canvas-lms": {
      "command": "docker",
      "args": [
        "run",
        "-d",
        "\\"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Canvas MCP Server v2.0?

Canvas MCP Server v2.0 is an independent Model Context Protocol server for the Canvas LMS. It provides tools for students, instructors, and account administrators to interact with Canvas through MCP interfaces.

How to use Canvas MCP Server v2.0?

Install by adding to Claude Desktop config, installing the NPM package globally, or running a Docker container. Configure with CANVAS_API_TOKEN and CANVAS_DOMAIN environment variables, and choose between stdio or streamable-http transport via MCP_TRANSPORT.

Key features of Canvas MCP Server v2.0?

  • Student features: course management, assignment submission, grade tracking.

Comments

More Other MCP servers