MCP.so
登录
C

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.

基本信息

分类

其他

传输方式

stdio

发布者

admin978

提交者

Marcos García Manzano

配置

使用下面的配置,将此服务器添加到你的 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 服务器