Google Classroom MCP Server
@faizan45640
About Google Classroom MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"google-classroom-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@faizan45640/google-classroom-mcp-server",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Google Classroom MCP Server?
Google Classroom MCP Server is an MCP (Model Context Protocol) server that provides access to Google Classroom data through Claude and other AI assistants that support the MCP protocol. It is designed for educators and students who want to interact with their Google Classroom courses, announcements, assignments, and submissions using natural language via AI assistants.
How to use Google Classroom MCP Server?
Install the server manually (Node.js v16+, Google Cloud Project with Classroom API enabled, OAuth 2.0 credentials in credentials.json) or via Smithery using npx -y @smithery/cli install. Run node index.js auth to authenticate and save tokens to tokens.json. Then configure your MCP client (e.g., Claude Desktop) by adding the server to claude_desktop_config.json. Use the provided tools such as courses, course-details, and assignments to query Google Classroom data.
Key features of Google Classroom MCP Server
- List all your Google Classroom courses
- Get detailed course information and announcements
- Retrieve assignments and submissions for a course
- Automatic token refresh for Google OAuth
- Read-only access to classroom data
- Compatible with Claude and other MCP-based assistants
Use cases of Google Classroom MCP Server
- Ask an AI assistant to list all your active courses
- Get announcements and details for a specific course
- View assignments and your submissions for a course
- Integrate Google Classroom data into automated workflows via MCP
FAQ from Google Classroom MCP Server
What permissions does the server request?
It requests four read-only scopes: classroom.courses.readonly, classroom.announcements.readonly, classroom.coursework.me.readonly, and classroom.rosters.readonly.
How do I fix permission or authentication errors?
Run node index.js auth again to refresh permissions. Ensure your Google account is added as a test user in the Google Cloud Console if the app is in testing mode, and verify the OAuth scopes in the authenticateAndSaveCredentials function.
Where are my credentials stored?
Credentials are saved locally in the tokens.json file in the project root after authentication.
Does the server handle token refresh automatically?
Yes, token refresh is handled automatically by the server.
What runtime is required?
Node.js version 16 or higher is required to run the server.
More Other MCP servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Awesome Mlops
visengerA curated list of references for MLOps
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Servers
modelcontextprotocolModel Context Protocol Servers
Comments