ClassroomScribe
Integrates with Google Classroom to list courses, fetch assignments and announcements, and summarize pending tasks into prioritized TODO lists.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ClassroomScribewhat are my upcoming assignments?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🎓 ClassroomScribe: Google Classroom MCP Server
Google Classroom integration for LLMs and AI agents (MCP). Pulls course lists, active coursework, announcements, and organizes upcoming assignments into prioritized TODO summaries.
🛠️ MCP Tools Exposed
list_courses: Lists all active classes you are enrolled in (returns Course names and IDs).list_assignments: Shows upcoming and past assignments across all classes or for a specific course ID.get_announcements: Fetches the latest stream posts and announcements for a specific class.summarize_todo: Gathers all pending assignments, calculates the time left, and structures them into a prioritized list.
Related MCP server: canvas-control
🚀 Setup & Launch
Enable the Classroom API: Ensure Google Classroom API is enabled on your credentials project in the Google Cloud Console.
Authenticate Scopes: Run the local OAuth flow script:
./auth.pyFollow the browser prompts to authenticate the Classroom read-only scopes. This creates your local
token.json.Run the MCP Server:
python3 classroom_server.py
📂 File Layout
auth.py: Initial OAuth 2.0 flow handler.classroom_server.py: FastMCP server exposing Google Classroom tools.credentials.json: OAuth Client ID secrets (git-ignored).token.json: Generated authorization tokens (git-ignored).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/keenglomerate/classroom-scribe'
If you have feedback or need assistance with the MCP directory API, please join our Discord server