io.github.chrischall/gogcli-mcp-classroom icon

gogcli-mcp-classroom

by Chrischall

io.github.chrischall/gogcli-mcp-classroom

Google Classroom via gogcli for Claude — courses, assignments, submissions, grading

Version 2.18.4 · latest
Developer Tools
Local
View source

gogcli-mcp-classroom · v2.18.4 (latest)

by Chrischall

61

gogcli-mcp-classroom

Warning

AI-developed project. This codebase was built and is actively maintained by Claude Code. Review all code and tool permissions before use.

Extended Google Classroom MCP server via gogcli. Includes auth tools plus dedicated Classroom tools covering courses, rosters, coursework, submissions (grading), announcements, topics, invitations, and profiles.

Requirements

  • gogcli installed and authenticated
  • Node.js 18+
brew install gogcli
gog auth add your@gmail.com --services classroom

Installation

npm install -g gogcli-mcp-classroom

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "gogcli-classroom": {
      "command": "gogcli-mcp-classroom",
      "env": {
        "GOG_ACCOUNT": "you@gmail.com"
      }
    }
  }
}

Claude Code

claude mcp add gogcli-classroom -- gogcli-mcp-classroom

Dedicated Classroom Tools (44)

Plus 5 auth tools. Dedicated tools cover the common Classroom operations; anything not listed runs via the escape hatch.

Namespace Tools
Courses gog_classroom_courses_list, _get, _create, _update, _delete, _archive, _unarchive
Students gog_classroom_students_list, _get, _add, _remove
Teachers gog_classroom_teachers_list, _get, _add, _remove
Roster gog_classroom_roster (combined students + teachers)
Coursework gog_classroom_coursework_list, _get, _create, _update, _delete
Submissions gog_classroom_submissions_list, _get, _grade, _return, _turn_in, _reclaim
Announcements gog_classroom_announcements_list, _get, _create, _update, _delete
Topics gog_classroom_topics_list, _get, _create, _update, _delete
Invitations gog_classroom_invitations_list, _get, _create, _accept, _delete
Profile gog_classroom_profile_get

Escape hatch

gog_classroom_run runs any Classroom subcommand not covered above, including:

  • guardians (list/get/delete)
  • guardian-invitations (create/list/cancel)
  • materials (course materials)
  • coursework assignees (individualized assignment targeting)
  • announcement assignees (individualized announcement targeting)

Example: { "subcommand": "guardians", "args": ["list", "<studentUserId>"] }.

License

MIT