MCP.so
登录

Google Classroom MCP Server

@faizan45640

关于 Google Classroom MCP Server

暂无概览

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

faizan45640

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "google-classroom-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@faizan45640/google-classroom-mcp-server",
        "--client",
        "claude"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器