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

229VIEWS
2USERS

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.

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.

List Courses

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

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.

Delete Course Topic

Tool to delete a course topic. use when you need to remove a topic from a course after confirming the course and topic ids.

Get Course Topic

Tool to get a course topic. use when you need to retrieve details of a specific course topic by id after confirming the course and topic ids.

List Course Topics

Tool to list topics in a course. use when you have confirmed the courseid and need to retrieve its topics.

Patch Course Topic

Tool to update fields of a course topic. use when you need to rename a topic after confirming its current details.

20 actions available