aryankeluskar/canvas-mcp
Collection of Canvas LMS and Gradescope tools for the model context protocol. Query your courses, find resources, and chat with your upcoming assignments.
Platform-specific configuration:
{
"mcpServers": {
"canvas-mcp": {
"command": "npx",
"args": [
"-y",
"canvas-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Canvas MCP is a set of tools that allows your AI agents to interact with Canvas LMS and Gradescope.
Note down the following beforehand:
Canvas > Account > Settings > Approved Integrations > New Access TokenTo install Canvas MCP for Claude Code via Smithery:
npx -y @smithery/cli@latest mcp add aryankeluskar/canvas-mcp --client claude-codeOr, for Cursor IDE to use canvas-mcp with other models:
npx -y @smithery/cli install aryankeluskar/canvas-mcp --client cursorOr, for ChatGPT:
ChatGPT Settings > Connectors and click Create to add this server URL: https://canvas-mcp--aryankeluskar.run.tools---
Create a .env file in the root directory with the following environment variables:
SNITHERY_API_KEY=your_snithery_api_keyAdd the following to your mcp.json or claude_desktop_config.json file:
{
"mcpServers": {
"canvas": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"run",
"@aryankeluskar/canvas-mcp"
Loading reviews...