CanvasMCPServer

Sarthak-Neupane/CanvasMCPServer
★ 1 stars Python 🔌 API Integration Updated 8mo ago
A MCP server for the Canvas
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": {
    "canvasmcpserver": {
      "command": "uvx",
      "args": [
        "canvasmcpserver"
      ]
    }
  }
}

Or install with pip: pip install canvasmcpserver