2 months ago
research-and-dataUnified 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.
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"
}
}
}
}