Canvas LMS (Local-First)
@admin978
Canvas LMS (Local-First) について
Local-first MCP server for Canvas LMS. Stdio transport, token stays on your machine, no third-party broker.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"canvas-local": {
"command": "canvas-local-mcp"
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Canvas LMS (Local-First)?
Canvas LMS (Local-First) is a local-first MCP server that exposes the Canvas REST API as MCP tools. It is built for instructors who want to drive the LMS from any MCP-compatible client, such as Claude Code or Claude Desktop. The API token is stored in a local ~/.canvas.env file, and the server runs as a single auditable file.
How to use Canvas LMS (Local-First)?
Install the package with pip install canvas-local-mcp. Set your Canvas API token in ~/.canvas.env with permissions chmod 600. Then configure your MCP client (e.g., Claude Desktop) using the command canvas-local-mcp as the server command.
Key features of Canvas LMS (Local-First)?
- Exposes 10 Canvas REST API endpoints as MCP tools.
- Includes a bulk dump script for offline course indexing.
- Runs locally as a single auditable file.
- Uses token-based authentication via a local env file.
- Compatible with any MCP client (Claude Code, Claude Desktop).
Use cases of Canvas LMS (Local-First)?
- Instructors can cross-search course materials without using the Canvas UI.
- Bulk download course content for offline indexing and querying.
- Retrieve upcoming assignments,
「その他」の他のコンテンツ
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Blender
ahujasidOpen-source MCP to use Blender with any LLM
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
コメント