Canvas LMS MCP Server
@ahnopologetic
Canvas LMS MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"canvas": {
"command": "uvx",
"args": [
"canvas-lms-mcp"
],
"env": {
"CANVAS_API_TOKEN": "your_canvas_api_token",
"CANVAS_BASE_URL": "https://your-institution.instructure.com"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Canvas LMS MCP Server?
Canvas LMS MCP Server is a minimal Model Context Protocol (MCP) server that provides a bridge between AI systems (like Cursor) and the Canvas Learning Management System. It allows AI assistants to access educational data such as courses, assignments, grades, announcements, discussions, and more from a Canvas instance. The server is intended for students, instructors, and developers who want to query Canvas data through AI-powered tools.
How to use Canvas LMS MCP Server?
Install the server via uvx (recommended) or from source. Set the CANVAS_API_TOKEN and CANVAS_BASE_URL environment variables (the API token is obtained from Canvas account settings). Start the server with uv run src/canvas_lms_mcp/main.py or canvas-lms-mcp if installed as a tool. Then configure any MCP‑compatible client (e.g., Claude Desktop, Claude Code, Cursor, Windsurf) with the JSON config specifying the command uvx and arguments ["canvas-lms-mcp"] plus the required environment variables.
Key features of Canvas LMS MCP Server
- List enrolled courses and get course details, syllabus, modules, and module items
- Retrieve assignments with optional submission status and grade weighting
- Get course pages, submissions with grades, and announcements across courses
- List and view discussion topics and full threads
- Access calendar events with date filtering and planner items
- View enrollments with grades, quizzes (classic only), and files
- Get course navigation tabs and favorite courses
Use cases of Canvas LMS MCP Server
- Ask your AI assistant “What assignments do I have due next week?”
- Request the syllabus for a specific course
- Retrieve recent announcements posted across multiple courses
- Get your current grades and submission feedback
- Check your schedule or planner items for a given date range
FAQ from Canvas LMS MCP Server
What clients does Canvas LMS MCP Server work with?
It works with any client that supports the Model Context Protocol, including Claude Desktop, Claude Code, Cursor, Windsurf, and others.
What are the prerequisites to run the server?
You need Python 3.13+, a Canvas API token, and the uv package manager (recommended).
How do I obtain a Canvas API token?
Go to Canvas → Account → Settings → New Access Token to generate one.
Does the server work with New Quizzes (quiz_lti)?
No; the quiz tools only work with Classic Quizzes, not New Quizzes.
Are there any known limitations?
The list_files function may return a 403 error for student accounts, depending on institution permissions. However, get_file can still retrieve a file if you know its ID.
「その他」の他のコンテンツ
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Servers
modelcontextprotocolModel Context Protocol Servers
コメント