Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.chrischall/gogcli-mcp

NPM · GOGCLI-MCP · SCANNED SEP 21

Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets

Available components

+1 this week 93 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 0 of 4 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to chrischall/gogcli-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 0 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability65
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 22515 tokens (~195/item across 115 items; 115 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management97
  • Stability observed for 29 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 10 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 115 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the io.github.chrischall/gogcli-mcp server?

io.github.chrischall/gogcli-mcp runs locally as an npm package, launched with npx -y gogcli-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · gogcli-mcp

# add to Claude Code
claude mcp add chrischall-gogcli-mcp -- npx -y gogcli-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "chrischall-gogcli-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gogcli-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "chrischall-gogcli-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gogcli-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add chrischall-gogcli-mcp -- npx -y gogcli-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "chrischall-gogcli-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "gogcli-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add chrischall-gogcli-mcp --command npx --arg -y --arg gogcli-mcp
# ~/.hermes/config.yaml
mcp_servers:
  chrischall-gogcli-mcp:
    command: "npx"
    args: ["-y", "gogcli-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "chrischall-gogcli-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "gogcli-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add chrischall-gogcli-mcp -t stdio -c npx -a -y gogcli-mcp
// mcp.json
{
  "mcpServers": {
    "chrischall-gogcli-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gogcli-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 21 Sept 26 +12
    • Stability: 0.93 → unverified security
    • Tool safety: pass → unverified security
    • Known CVEs: unverified → pass security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → 1.00 functional
    • Destructive annotations: All 10 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation. functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Package version: 4.2.2 → 4.2.4 functional
    • Package version: 4.2.2 → 4.2.3 functional
  • 20 Sept 26 −10
    • Known CVEs: pass → unverified security
    • Stability: 0.90 → unverified security
    • Tool safety: pass → unverified security
    • Dependency health: 1.00 → unverified functional
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • MCP protocol: Implements a current MCP spec version (2026-07-28). functional
    • Package version: 4.0.1 → 4.2.2 functional
    • Package version: 4.0.1 → 4.2.0 functional
    • Package version: 4.0.1 → 4.1.0 functional
  • 19 Sept 26 +15
    • Malware scan: unverified → pass security
  • 18 Sept 26 −14
    • Malware scan: pass → unverified security
    • Package version: 3.0.0 → 4.0.1 functional
  • 17 Sept 26 +1
    • Stability: 0.80 → unverified security
    • Tool safety: pass → unverified security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Destructive annotations: 75% → 80% functional
    • Dependency health: 0.85 → 1.00 functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Package version: 2.18.4 → 3.0.0 functional
    • Package version: 2.30.0 → 3.0.0 functional
  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
    • Package version: 2.18.4 → 2.30.0 functional
  • 14 Sept 26 0
    • Stability: 0.97 → unverified security
    • Tool safety: pass → unverified security
    • Stability: 0.97 → pass security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Package version: 2.29.1 → 2.30.0 functional
  • 13 Sept 26 0
    • Stability: pass → 0.97 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed npm/gogcli-mcp@4.2.4

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo chrischall/gogcli-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/chrischall/gogcli-mcp/.github/workflows/release-please.yml@refs/heads/main
Rekor log index 2904926999
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:e3417cee9666984305094d18ed9b40945cc79cae58c05b5ce968a0acc9f118c4935069ae88813a1c8651285329dad539e174497b7b6f714417a68c8d1

Background: How many MCP packages publish verified provenance →

Dependencies 4 packages
Packages resolved 4
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 115 exposed · ~22,515 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
gog_sheets_update ~316

Write values to a Google Sheets range, overwriting existing content. Values may be strings, numbers, booleans, or null. Strings starting with "=" are interpreted as formulas (e.g. "=SUM(A1:A10)").

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
dry_runbooleanPreview the operation without modifying the sheet (gog --dry-run): reports the intended actions and exits without writing.
fail_if_not_emptybooleanSafety guard against silent overwrites: before writing, read the target range and refuse the write if any target cell already holds data. Costs one extra read. Anchor ranges (e.g. "Sheet1!A1") are ex…
fail_on_formula_errorbooleanAfter writing, read the range back and fail if any cell holds a Sheets formula error (#REF!, #DIV/0!, etc.).
rangestringyesTop-left cell or range in A1 notation, e.g. Sheet1!A1
spreadsheetIdstringyesSpreadsheet ID (from the URL)
valuesarrayyes2D array of values (rows of columns). Cells may be string/number/boolean/null; strings starting with "=" are formulas.

No output schema declared.

No examples provided.

gog_slides_copy ~105

Copy a Google Slides presentation to a new presentation with the given title.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
parentstringDestination folder ID
presentationIdstringyesPresentation ID to copy
titlestringyesTitle for the new copy

No output schema declared.

No examples provided.

gog_slides_create ~106

Create a new Google Slides presentation, optionally in a folder or copying from a template.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
parentstringDestination folder ID
templatestringTemplate presentation ID to copy from
titlestringyesPresentation title

No output schema declared.

No examples provided.

gog_slides_export ~127

Export a Google Slides presentation to a local file (pdf or pptx).

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
formatstringExport format (default: pptx)
outstringOutput file path
overwritebooleanOverwrite the output file if it already exists (gog refuses otherwise)
presentationIdstringyesPresentation ID

No output schema declared.

No examples provided.

gog_slides_info ~84

Get metadata for a Google Slides presentation (title, ID, slide count, etc.).

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
presentationIdstringyesPresentation ID

No output schema declared.

No examples provided.

gog_slides_list_slides ~77

List slides in a Google Slides presentation.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
presentationIdstringyesPresentation ID

No output schema declared.

No examples provided.

gog_slides_read_slide ~145

Read the content of a slide (text, shapes, speaker notes). Set detail=true to also include normalized element geometry, styled text runs, paragraphs, table-cell content, and image source URLs.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
detailbooleanInclude normalized element geometry, styled text runs, paragraphs, table-cell content, and image source URLs
presentationIdstringyesPresentation ID
slideIdstringyesSlide ID to read

No output schema declared.

No examples provided.

gog_slides_run ~149

Run any gog slides subcommand not covered by the other tools. Run `gog slides --help` for the full list of subcommands, or `gog slides <subcommand> --help` for flags on a specific subcommand.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
argsarrayyesAdditional positional args and flags
subcommandstringyesThe gog slides subcommand to run, e.g. "add-slide", "delete-slide", "update-notes"

No output schema declared.

No examples provided.

gog_tasks_add ~114

Add a task to a Google Task list.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
duestringDue date (YYYY-MM-DD or RFC3339)
notesstringTask notes/description
tasklistIdstringyesTask list ID
titlestringyesTask title

No output schema declared.

No examples provided.

gog_tasks_delete ~82

Delete a task.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
taskIdstringyesTask ID
tasklistIdstringyesTask list ID

No output schema declared.

No examples provided.

gog_tasks_done ~84

Mark a task as completed.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
taskIdstringyesTask ID
tasklistIdstringyesTask list ID

No output schema declared.

No examples provided.

gog_tasks_get ~85

Get a specific task by ID.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
taskIdstringyesTask ID
tasklistIdstringyesTask list ID

No output schema declared.

No examples provided.

gog_tasks_list ~84

List tasks in a Google Task list.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
tasklistIdstringyesTask list ID (use gog_tasks_lists to find IDs)

No output schema declared.

No examples provided.

gog_tasks_lists ~62

List all Google Task lists.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.

No output schema declared.

No examples provided.

gog_tasks_run ~144

Run any gog tasks subcommand not covered by the other tools. Run `gog tasks --help` for the full list of subcommands, or `gog tasks <subcommand> --help` for flags on a specific subcommand.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
argsarrayyesAdditional positional args and flags
subcommandstringyesThe gog tasks subcommand to run, e.g. "update", "undo", "clear"

No output schema declared.

No examples provided.

Common questions

What is the io.github.chrischall/gogcli-mcp server?

io.github.chrischall/gogcli-mcp is listed in the public MCP registry as io.github.chrischall/gogcli-mcp. Google Sheets (and more) for Claude via gogcli, read, write, and manage spreadsheets. This page covers its npm package (gogcli-mcp).

Is the io.github.chrischall/gogcli-mcp server safe to use?

io.github.chrischall/gogcli-mcp scores 93 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.chrischall/gogcli-mcp server expose?

io.github.chrischall/gogcli-mcp exposes 115 tools: gog_api_list, gog_api_describe, gog_api_call, gog_appscript_get, gog_appscript_content, and 110 more. Their descriptions and schemas cost roughly 22,515 tokens of context every time the server is loaded.

Is the io.github.chrischall/gogcli-mcp server still maintained?

io.github.chrischall/gogcli-mcp is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.chrischall/gogcli-mcp server under?

io.github.chrischall/gogcli-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.