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.
Tools
list_courses
get_course
list_assignments
get_assignment
list_submissions
submit_assignment
list_files
search_files
create_folder
upload_file
download_file
share_file
delete_file
create_doc
read_doc
update_doc
export_pdf
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"
}
}
}
}