Sponsored by Deepsite.site

Google Classroom MCP Server

Created By
faizan4564010 months ago
Content

MseeP.ai Security Assessment Badge

Google Classroom MCP Server

smithery badge

An MCP (Model Context Protocol) server that provides access to Google Classroom data through Claude and other AI assistants that support the MCP protocol.

Setup

Prerequisites

  • Node.js (v16 or higher)
  • A Google Cloud Platform project with the Google Classroom API enabled
  • OAuth 2.0 client credentials for the Google Classroom API

Installation

Installing via Smithery

To install Google Classroom MCP Server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @faizan45640/google-classroom-mcp-server --client claude

Installing Manually

  1. Clone this repository
  2. Install dependencies:
npm install
  1. Place your Google OAuth client credentials in a file named credentials.json in the project root:
{
  "web": {
    "client_id": "YOUR_CLIENT_ID",
    "project_id": "YOUR_PROJECT_ID",
    "auth_uri": "https://accounts.google.com/o/oauth2/auth",
    "token_uri": "https://oauth2.googleapis.com/token",
    "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
    "client_secret": "YOUR_CLIENT_SECRET",
    "redirect_uris": ["http://localhost:3000/auth/google/callback"]
  }
}
  1. Authenticate with Google:
node index.js auth

This will launch a browser window to complete the OAuth flow and save your credentials to tokens.json.

  1. Configure Claude to use this server by updating claude_desktop_config.json (typically in %APPDATA%\Claude\):
{
  "mcpServers": {
    "class": {
      "command": "node",
      "args": [
        "PATH_TO_YOUR_DIRECTORY\\index.js"
      ]
    }
  }
}

Usage

Available Tools

The server provides several tools for interacting with Google Classroom:

1. courses - List all your Google Classroom courses

Use the 'courses' tool to get a list of all your Google Classroom courses

2. course-details - Get detailed information about a specific course

Use the 'course-details' tool with the courseId parameter to get details and announcements for a specific course

Parameters:

  • courseId: The ID of the course (can be obtained from the courses tool)

3. assignments - Get assignments for a specific course

Use the 'assignments' tool with the courseId parameter to get assignments and your submissions for a specific course

Parameters:

  • courseId: The ID of the course (can be obtained from the courses tool)

Example Prompts for Claude

  1. Show me all my Google Classroom courses
  2. Get details for my Math course with ID 123456789
  3. Show me all assignments for my History course with ID 987654321

Permissions

The server requests the following Google Classroom API permissions:

  • classroom.courses.readonly - To access course information
  • classroom.announcements.readonly - To access course announcements
  • classroom.coursework.me.readonly - To access your coursework and assignments
  • classroom.rosters.readonly - To access class rosters

Troubleshooting

If you encounter permission errors, try:

  1. Running the auth command again to refresh permissions:

    node index.js auth
    
  2. Ensuring your Google account is added as a test user in the Google Cloud Console if your app is in testing mode

  3. Checking the OAuth scopes in the authenticateAndSaveCredentials function to ensure they match your needs

Notes

  • This server is designed to be used with Claude AI or other MCP-compatible assistants
  • All API requests are made using your authenticated Google account
  • Token refresh is handled automatically by the server
  • Sensitive credentials are stored locally in the tokens.json file
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Amap Maps高德地图官方 MCP Server
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
DeepChatYour AI Partner on Desktop
WindsurfThe new purpose-built IDE to harness magic
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
CursorThe AI Code Editor
Playwright McpPlaywright MCP server
Serper MCP ServerA Serper MCP Server
ChatWiseThe second fastest AI chatbot™
Tavily Mcp
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.