Google Classroom MCP Server
@faizan45640
About Google Classroom MCP Server
No overview available yet
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
Fetch the live tool list by running this server in a temporary sandbox using the button above.
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.
Frequently asked questions
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.
Basic information
More Other MCP servers

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
Codelf
unbugA search tool helps dev to solve the naming things problem.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments