A Google Classroom integration server that enables AI assistants to access and interact with classroom data through the MCP protocol. The server provides tools for retrieving courses, course details, announcements, and assignments using Google's Classroom API. It handles OAuth2 authentication flow, token management, and permission scopes to securely access user data. The implementation is particularly useful for students and educators who want to check their Google Classroom information, track assignments, and view course announcements directly through AI assistant conversations without switching contexts.
暂无评论. 成为第一个评论的人!
登录以参与讨论
List all your Google Classroom courses.
Get detailed information about a specific course. Parameters: courseId (the ID of the course).
Get assignments for a specific course. Parameters: courseId (the ID of the course).