Gogcli MCP Docs runs on your own machine — the client starts it, so there is no endpoint to ping. 321 installs a week from npm. Last commit 17 Sep 2026.
Extended Google Docs for Claude via gogcli — auth + full Docs and comments support
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-docs -- npx -y gogcli-mcp-docs
{
"mcpServers": {
"gogcli-mcp-docs": {
"args": [
"-y",
"gogcli-mcp-docs"
],
"command": "npx"
}
}
}
[mcp_servers.gogcli-mcp-docs]
command = "npx"
args = ["-y", "gogcli-mcp-docs"]
{
"mcpServers": {
"gogcli-mcp-docs": {
"args": [
"-y",
"gogcli-mcp-docs"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"gogcli-mcp-docs": {
"args": [
"-y",
"gogcli-mcp-docs"
],
"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.
Extended Google Sheets for Claude via gogcli — auth + full Sheets support
Google Slides via gogcli for Claude — deck and slide authoring
Google Classroom via gogcli for Claude — courses, assignments, submissions, grading
Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets
Google Drive via gogcli for Claude — search, upload, download, permissions
Google Docs MCP server with full tab support, markdown extraction, and batch updates.
MCP server for Google Docs integration with OAuth2 and service account support.
MCP server for the Google Docs API: read and edit documents, styles, tables, images, comments.
Answers built from our own checks of this server.