ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Google Classroom with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage classes, assignments, students, and submissions. automate your Google Classroom workflows via AI.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 14 capabilities

The complete Google Classroom capability set.

These are the exact actions your AI can choose when you ask it to work with Google Classroom.

Capability set01 / 04

01-04

4 capabilities in this set.

Part of 14 available through Google Classroom.

  1. 01

    Get course

    Use the course ID obtained from list_courses. Get details of a specific Google Classroom course

  2. 02

    List courses

    Essential first step to identify which course to work with before querying students, assignments, or submissions. List all Google Classroom courses

  3. 03

    List course work

    Returns assignment title, due date, state (DRAFT/PUBLISHED), max points, and creation time. Use this to track all assignments and their deadlines. List all assignments and coursework for a Google Classroom course

  4. 04

    List students

    Use this to check enrollment, identify students for grading, or verify class roster. List all students enrolled in a Google Classroom course

Capability set02 / 04

05-08

4 capabilities in this set.

Part of 14 available through Google Classroom.

  1. 05

    List teachers

    List all teachers of a Google Classroom course

  2. 06

    Return submission

    This is typically done after the teacher has reviewed and graded the work. The student will be notified that their work has been returned. Return a graded assignment to the student

  3. 07

    Create announcement

    Announcements appear in the course stream and can be used for important updates, reminders, or general communication. Post a new announcement to a Google Classroom course

  4. 08

    Create course

    Returns the new course ID for future reference. Only users with appropriate permissions can create courses. Create a new Google Classroom course

Capability set03 / 04

09-11

3 capabilities in this set.

Part of 14 available through Google Classroom.

  1. 09

    Create course work

    The assignment will be visible to all students in the course. Supports assignments, quizzes, and materials types. Create a new assignment or coursework in Google Classroom

  2. 10

    Get submission

    Get a specific student's submission details

  3. 11

    List announcements

    Use this to check recent course announcements and important updates. List all announcements in a Google Classroom course

Capability set04 / 04

12-14

3 capabilities in this set.

Part of 14 available through Google Classroom.

  1. 12

    List submissions

    Returns student ID, submission state (NEW/CREATED/TURNED_IN/RETURNED), grade, and late status. List student submissions for a specific assignment

  2. 13

    Turn in submission

    The student must have created the submission first. This is equivalent to clicking "Turn In" in the Classroom UI. Turn in a student's assignment submission

  3. 14

    Update course

    Requires the course ID and at least one field to update. Update an existing Google Classroom course

Observed, not estimated

938ms average. Fast in production.

Google Classroom is checked daily against the live service.

Daily averagePeak 1174ms
Aug 20Today
Fastest day
804ms
Slowest day
1174ms
14-day trend
Stable+4%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 14 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Google Classroom, so you can see the experience inside your AI.

It does not authenticate your account with Google Classroom. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Google Classroom Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_3GCnq9JsFGDi8y9toDAtNgXIUNAQcxjCbn7rhGEm/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Google Classroom capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "google-classroom-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_3GCnq9JsFGDi8y9toDAtNgXIUNAQcxjCbn7rhGEm/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Google Classroom owners ask.

  • 01

    How do I get a Google Classroom access token?

    Go to Google Cloud Console, enable the Google Classroom API, create OAuth 2.0 credentials, and generate an access token with scopes: classroom.courses, classroom.rosters, classroom.profile. Use Google's OAuth Playground for quick testing.

  • 02

    Can I create and grade assignments?

    Yes! Use create_course_work to create assignments with due dates and max points. Use list_submissions to see who turned in work, then get_submission to review individual student work. After grading, use return_submission to send it back to the student.

  • 03

    Can I manage student enrollment?

    This MCP focuses on read-only operations for safety: listing students/teachers, viewing assignments, and tracking submissions. To add/remove students, use the Google Classroom web interface directly.