Canvas

Canvas MCP is a collection of Canvas LMS tools for the model context protocol.

Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeRead-only

What it can do

  • Get Courses: Retrieve all available Canvas courses for the current user. Returns a dictionary mapping course names to their corresponding IDs.
  • Get Modules: Retrieve all modules within a specific Canvas course.
  • Get Module Items: Retrieve all items within a specific module in a Canvas course.

What data it sees

Do you need an account

An API key from the service settings is required

Canvas MCP is a collection of Canvas LMS tools for the model context protocol. This allows you to query your courses and get help for your assignments in the AI app of your choice!

Server tool list (13)

Raw names from tools/list. Only developers need these.

get_coursesRetrieve all available Canvas courses for the current user. Returns a dictionary mapping course names to their corresponding IDs.
get_modulesRetrieve all modules within a specific Canvas course.
get_module_itemsRetrieve all items within a specific module in a Canvas course.
get_file_urlGet the direct download URL for a file stored in Canvas.
get_course_assignmentsRetrieve all assignments for a specific Canvas course.
get_assignments_by_course_nameRetrieve all assignments for a Canvas course using its name.
get_canvas_coursesAlias for get_courses - retrieve all Canvas courses.
get_gradescope_coursesRetrieve all Gradescope courses for the current user.
get_gradescope_course_by_nameFind a Gradescope course by name.
get_gradescope_assignmentsRetrieve all assignments for a Gradescope course.
get_gradescope_assignment_by_nameFind a Gradescope assignment by name.
get_cache_statsGet cache statistics for debugging purposes. Returns hit/miss counts and cache size.
clear_cacheClear all cached data. Use this if you need fresh data from Canvas or Gradescope.