Skip to main content
Glama

Canvas MCP - College and High School Courses

キャンバスMCP

鍛冶屋のバッジ

Canvas MCP は、AI エージェントが Canvas LMS および Gradescope と対話できるようにするツール セットです。

グレードスコープ

例

特徴

  • 関連リソースを見つける- 特定のクエリに関連するリソースを自然言語で見つける機能。

  • 今後の課題を照会する- 今後の課題を取得するだけでなく、特定のコースの課題の内訳も提供します。

  • Gradescope からコースと課題を取得します- 自然言語を使用して Gradescope のコースと課題を照会し、提出ステータスなどを取得します。

  • コースを取得する

  • モジュールを取得する

  • モジュールアイテムを取得する

  • ファイルのURLを取得

  • カレンダーイベントを取得する

  • 課題を取得する

  • そして、他にもたくさんあります...

Related MCP server: Canvas MCP Server V2.0

使用法

事前に以下の点をメモしておいてください。

  1. Canvas APIキー( Canvas > Account > Settings > Approved Integrations > New Access Token

  2. https://aistudio.google.com/app/apikeyからの Gemini API キー

  3. Gradescope のメールアドレスとパスワードhttps://www.gradescope.com/

Smithery 経由でインストールする (推奨)

Smithery経由で Claude Desktop 用の Canvas MCP を自動的にインストールするには:

npx -y @smithery/cli install @aryankeluskar/canvas-mcp --client claude

または、カーソル IDE で他のモデルで Canvas-mcp を使用するには:

npx -y @smithery/cli install @aryankeluskar/canvas-mcp --client cursor

または、ウィンドサーフィンの場合:

npx -y @smithery/cli install @aryankeluskar/canvas-mcp --client windsurf

手動インストール(ローカルインスタンスのみ)

リポジトリをダウンロードし、次のコマンドを実行します。

git clone https://github.com/aryankeluskar/canvas-mcp.git cd canvas-mcp # Install dependencies with uv (recommended) pip install uv uv venv source .venv/bin/activate # On Windows: .venv\Scripts\activate uv pip install -r requirements.txt # Or install with pip pip install -r requirements.txt

手動設定

次の環境変数を含む.envファイルをルート ディレクトリに作成します。

CANVAS_API_KEY=your_canvas_api_key GEMINI_API_KEY=your_gemini_api_key

mcp.jsonまたはclaude_desktop_config.jsonファイルに次の内容を追加します。

{ "mcpServers": { "canvas": { "command": "uv", "args": [ "--directory", "/Users/aryank/Developer/canvas-mcp", "run", "canvas.py" ] } } }

Aryan Keluskarによって構築されました :)

-
security - not tested
A
license - permissive license
-
quality - not tested

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aryankeluskar/canvas-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server