Classroom Suite MCP

Created By
anasdevai4 months ago
Unified MCP server for Google Workspace. Manage Google Classroom courses/assignments, Google Drive files, and Google Docs directly from Claude. Features 17 tools including file uploads, assignment submissions, and PDF export.
Overview

What is Classroom Suite MCP?

Classroom Suite MCP is a unified server that integrates Google Classroom, Google Drive, and Google Docs, allowing users to manage courses, assignments, and documents seamlessly through AI assistants.

How to use Classroom Suite MCP?

To use Classroom Suite MCP, set up the server with your Google credentials and utilize the provided tools to manage your Google Workspace resources directly from the command line or through API calls.

Key features of Classroom Suite MCP?

  • Manage Google Classroom courses and assignments.
  • Upload and download files from Google Drive.
  • Create and edit Google Docs, with options to export as PDF.
  • Secure integration using Google OAuth 2.0.

Use cases of Classroom Suite MCP?

  1. Educators can manage their classroom assignments and submissions efficiently.
  2. Students can upload their work and access course materials easily.
  3. Administrators can oversee document management and collaboration within Google Workspace.

FAQ from Classroom Suite MCP?

  • Is Classroom Suite MCP free to use?

Yes! Classroom Suite MCP is free to use for educational purposes.

  • What kind of Google Workspace resources can I manage?

You can manage Google Classroom courses, assignments, Google Drive files, and Google Docs.

  • How secure is Classroom Suite MCP?

It uses official Google OAuth 2.0 for secure authentication and authorization.

Server Config

{
  "mcpServers": {
    "classroom-suite-mcp": {
      "command": "uvx",
      "args": [
        "classroom-suite-mcp"
      ],
      "env": {
        "GOOGLE_CREDENTIALS_PATH": "C:/path/to/credentials.json",
        "GOOGLE_TOKEN_PATH": "C:/path/to/token.json"
      }
    }
  }
}
Project Info
Created At
4 months ago
Updated At
4 months ago
Author Name
anasdevai
Star
-
Language
-
License
-

Recommend Servers

View All
Sportsignal

a day ago
Socialcrawl Mcp
@Ridio

`socialcrawl-mcp` is an MCP server that connects AI agents to the [SocialCrawl API](https://socialcrawl.dev) — a unified social media data API covering 21 platforms and 108 endpoints. Retrieve profiles, posts, comments, search results, trending content, and analytics from TikTok, Instagram, YouTube, Twitter/X, LinkedIn, Reddit, and 15 more platforms. One API key, one consistent response format, every platform. **What the MCP server does:** - Discovers available platforms and endpoints dynamically - Fetches live social media data on your behalf - Validates requests locally before making API calls (saves credits) - Provides built-in API documentation the agent can query on demand ## Installation ### Claude Code (quickest) ```bash claude mcp add --scope user socialcrawl -- npx -y socialcrawl-mcp ``` Then set your API key: ```bash claude mcp add-env socialcrawl SOCIALCRAWL_API_KEY sc_your_key_here ``` ### Claude Desktop Add to `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) or `%APPDATA%\Claude\claude_desktop_config.json` (Windows): ## Setup ### 1. Get your API key Sign up at [socialcrawl.dev](https://socialcrawl.dev) and grab your API key from the dashboard. Every account starts with **100 free credits** — no credit card required. ### 2. Add the key to your config Replace `sc_your_key_here` in the installation config above with your actual API key (starts with `sc_`). > [!TIP] > You can also set `SOCIALCRAWL_API_KEY` as a system environment variable instead of putting it in the MCP config. The discovery and documentation tools work even without a key — only actual API requests need one. ## Usage Ask your AI agent in natural language. The MCP server handles the rest.

14 hours ago