Google Classroom MCP Server
@faizan45640
Google Classroom MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを 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
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
コメント