MCP Directory
Back

CanvasLMS-ModelContextProtocol

by PewterZz · TypeScript · ★ 0

CanvasLMS-ModelContextProtocol — MCP server.

Install

npx -y github:PewterZz/CanvasLMS-ModelContextProtocol

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "canvaslms-modelcontextprotocol": {
      "command": "npx",
      "args": [
        "-y",
        "github:PewterZz/CanvasLMS-ModelContextProtocol"
      ]
    }
  }
}

From the README

A server implementation that enables Smithery to list tools without authentication, while deferring authentication until tool execution. This server follows the Smithery recommendation for "lazy loading" of authentication: - **Tool Listing**: The endpoint allows any client (including Smithery) to list available tools without requiring authentication. This is essential for discovery. - **Tool Execution**: Authentication credentials are only required when actually executing a tool. The credentials are passed in the request body at execution time. This approach ensures that: 1. Smithery can…
Read full README on GitHub →

Related other servers