Gogcli MCP Classroom runs on your own machine — the client starts it, so there is no endpoint to ping. 357 installs a week from npm. Last commit 17 Sep 2026.
Google Classroom via gogcli for Claude — courses, assignments, submissions, grading
We read the source, 20 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
этот файл ставится пользователю, но в репозитории его нет
const child = spawn(readEnvVar('GOG_PATH') ?? 'gog', fullArgs, { env: childEnv });
for (const [key, value] of Object.entries(process.env)) {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add gogcli-mcp-classroom -- npx -y gogcli-mcp-classroom
{
"mcpServers": {
"gogcli-mcp-classroom": {
"args": [
"-y",
"gogcli-mcp-classroom"
],
"command": "npx"
}
}
}
[mcp_servers.gogcli-mcp-classroom]
command = "npx"
args = ["-y", "gogcli-mcp-classroom"]
{
"mcpServers": {
"gogcli-mcp-classroom": {
"args": [
"-y",
"gogcli-mcp-classroom"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"gogcli-mcp-classroom": {
"args": [
"-y",
"gogcli-mcp-classroom"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
GOG_ACCOUNT (Email address of the Google account to use (matches gogcli auth)), GOG_PATH (Override path to the gogcli binary (auto-discovered otherwise)).
The author declared them in the registry entry; get the values from the project itself.
Google Slides via gogcli for Claude — deck and slide authoring
Google Drive via gogcli for Claude — search, upload, download, permissions
Extended Google Docs for Claude via gogcli — auth + full Docs and comments support
Extended Google Sheets for Claude via gogcli — auth + full Sheets support
Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets
Google Sign-In Claude Agent
Submit URLs for instant indexing via IndexNow and Google Indexing API.
Google Play Console MCP Server for AI coding agents
Answers built from our own checks of this server.