Canvas LMS MCP
@bruchris
Canvas LMS MCP について
Open-source TypeScript MCP server that connects AI agents to Canvas LMS (Instructure). Provides 42 tools across 15 Canvas domains — courses, assignments, submissions, rubrics, quizzes, discussions, modules, files, and more. Includes full grading and rubric assessment capabilities
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"canvas-lms": {
"command": "npx",
"args": [
"-y",
"@bruchris/canvas-lms-mcp"
],
"env": {
"CANVAS_API_TOKEN": "<YOUR_TOKEN>",
"CANVAS_BASE_URL": "https://your-institution.instructure.com"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Canvas LMS MCP?
Canvas LMS MCP is a TypeScript MCP (Model Context Protocol) server for Canvas LMS. It provides 104 tools for reading and managing courses, assignments, submissions, rubrics, quizzes, gradebook history, users, groups, discussions, modules, pages, calendar, conversations, peer reviews, accounts, analytics, outcomes, and more, enabling AI agents to interact with Canvas LMS programmatically.
How to use Canvas LMS MCP?
Obtain a Canvas API token from Account → Settings → Approved Integrations → + New Access Token. Then run npx add-mcp canvas-lms-mcp for automatic client configuration, or manually set the required environment variables CANVAS_API_TOKEN and CANVAS_BASE_URL and add the MCP server to your client’s configuration. Supports stdio mode for local clients, HTTP mode for web clients, Docker deployment, and library import for custom Node.js applications.
Key features of Canvas LMS MCP
- 104 tools covering 22 Canvas API categories
- 76 read-only and 28 write tools
- Three deployment modes: stdio, HTTP, library
- Built-in MCP resources for syllabus and assignment descriptions
- Works with Claude Desktop, Cursor, VS Code, ChatGPT, and more
- Requires Node.js >=22
Use cases of Canvas LMS MCP
- List all active courses and their assignments
- Grade submissions and provide feedback
- Manage course content: modules, pages, discussions
- View analytics, gradebook history, and student outcomes
- Automate administrative workflows like account reports and peer reviews
FAQ from Canvas LMS MCP
What environment variables are required?
CANVAS_API_TOKEN (your Canvas personal access token) and CANVAS_BASE_URL (your Canvas instance URL, e.g., https://school.instructure.com) are both required.
How do I get a Canvas API token?
Log in to Canvas, go to Account > Settings, scroll to Approved Integrations, click + New Access Token, give it a name, and copy the token immediately.
What deployment modes are supported?
stdio (for local AI clients), HTTP (for web clients), Docker, and library import (using the createCanvasMCPServer factory or the standalone CanvasClient).
Are write tools safe?
All write tools require appropriate Canvas permissions. Canvas enforces its own permission model—the MCP server does not bypass it.
What Node.js version is needed?
Node.js version 22 or later is required.
「その他」の他のコンテンツ
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
コメント