Google classroom

Google classroom

Google Classroom is a free web service developed by Google for schools that aims to simplify creating, distributing, and grading assignments

2VIEWS
2333USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app google_classroomnpx @composio/cli add cursor --app google_classroomnpx @composio/cli add cursor --app google_classroomnpx @composio/cli add cursor --app google_classroom

After running the command, restart Cursor to start using the MCP Server.

Available Tools

List Courseworkmaterials

Tool to list courseworkmaterials in a course. use after confirming a valid courseid; supports pagination and ordering.

List Courses

Tool to list all courses accessible to the authenticated user. use when you need a paginated list of courses.

Get Coursework

Tool to get details of a specific coursework. use when detailed information about a particular assignment is needed.

List Coursework

Tool to list coursework in a course. use after verifying courseid.

Get Coursework Material

Tool to get a coursework material. use when you need to retrieve details of a specific coursework material by course and material id.

List Courseworkmaterials

Tool to list course work materials in a course. use when you need to retrieve and paginate materials for a given courseid.

Create Announcement

Tool to create an announcement in a course. use after confirming the course id is valid.

Delete Announcement

Tool to delete an announcement. use after confirming the announcement id.

Get Announcement

Tool to get an announcement. use when you need to fetch an announcement by course and announcement id.

List Announcements

Tool to list announcements in a course. use after you have the course id to page through announcements.

Patch Announcement

Tool to update fields of an announcement. use when you need to modify specific details of an existing announcement after confirming which fields to update.

Create Course

Tool to create a new course. use when a teacher needs to establish a classroom course before enrollment.

Delete Course

Tool to delete a course. use when you need to remove a course after confirming the course id.

Get Course

Tool to get details for a specific course. use when you need full course information by id.

Patch Course

Tool to update one or more fields of a classroom course. use after retrieving course details and confirming fields to update.

List Student Guardians

Tool to list guardians of a student in a course. use when you need to retrieve and paginate guardians for a given student in a course.

List Course Students

Tool to list students in a course. use after you have the course id to page through enrolled students.

Get Teacher

Tool to get teacher enrollment. use when you need to retrieve a specific teacher in a course by courseid and userid.

List Course Teachers

Tool to list teachers in a course. use after you have the course id to page through enrolled teachers.

Create Course Topic

Tool to create a course topic. use when you need to organize course content into named sections.

20 actions available