MCP Directory
Back

CanvasLMS-ModelContextProtocol

by PewterZz · TypeScript · ★ 0

CanvasLMS-ModelContextProtocol — MCP server.

Install

npx -y github:PewterZz/CanvasLMS-ModelContextProtocol

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related security servers