# @a1-x-tech/mcp-google-sheets

MCP server for the Google Sheets API — search spreadsheets, read and write ranges, manage sheets, formatting, validation, protected ranges, tables, charts and sharing. For Claude, Cursor, Codex and other AI clients.

- **Type:** MCP server
- **Trust:** 60/100 (B), scored on the package rubric
- **Verification:** community-indexed — nobody has claimed this listing
- **Version:** 0.2.0
- **Author:** gistrec
- **License:** MIT
- **npm:** @a1-x-tech/mcp-google-sheets
- **Source:** https://github.com/A1-x-Tech/mcp-google-sheets
- **Compatible clients:** claude-code, cursor, copilot, gemini (basis: transport)

## Trust

60/100 (B), scored on the package rubric
- Publisher verified: no
- Install scripts: nothing suspicious found
- Prompt-injection scan: not run
- Obfuscation scan: not run
- Evidence age: 0 days

## Security scan

- **Status:** clean
- **Scanned:** 2026-09-21T10:39:26.412Z
- **Version scanned:** 0.2.0
- **CVEs:** none found by OSV at scan time

## Tools

20 declared. Statically extracted from the shipped source — a floor on the surface, not a census.
- `format_cells`
- `set_frozen` — Freezes the first N rows and/or columns of a sheet so they stay visible while scrolling (typical: frozen_rows=1 pins the header). 0 unfreezes. At least one of f
- `set_borders` — Draws borders around and/or inside a grid range. top/bottom/left/right are the range's outer edges; inner_horizontal/inner_vertical are the grid lines between c
- `manage_dimensions`
- `manage_tables`
- `manage_charts`
- `raw_request`
- `set_data_validation`
- `manage_protected_ranges`
- `manage_conditional_formats`
- `manage_permissions`
- `manage_sheets`
- `create_spreadsheet`
- `get_spreadsheet`
- `search_spreadsheets`
- `read_values`
- `write_values`
- `batch_write_values` — Overwrites several A1 ranges in ONE call — one write against the per-minute quota instead of one per range, so always prefer this over looping write_values. dat
- `append_values`
- `clear_values` — Empties the VALUES of one or more A1 ranges in a single call — cell contents and formulas are gone (no undo through the API), while formatting, data validation,

## Install

**Verdict: review** — Installable, but 1 thing to check first: No publisher has proved control of this listing; it is indexed, not vouched for.
**Cautions** (coverage gaps and advisories — never blocking)
- No publisher has proved control of this listing; it is indexed, not vouched for.
**Config** (claude-code):
```json
"{\n  \"mcpServers\": {\n    \"mcp-google-sheets\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@a1-x-tech/mcp-google-sheets\"\n      ],\n      \"env\": {\n        \"GOOGLE_SHEETS_CLIENT_SECRET\": \"<YOUR_GOOGLE_SHEETS_CLIENT_SECRET>\",\n        \"GOOGLE_SHEETS_REFRESH_TOKEN\": \"<YOUR_GOOGLE_SHEETS_REFRESH_TOKEN>\",\n        \"GOOGLE_SHEETS_ACCESS_TOKEN\": \"<YOUR_GOOGLE_SHEETS_ACCESS_TOKEN>\"\n      }\n    }\n  }\n}"
```
**Credentials it will ask for** (names only — Forge never holds a value):
- `GOOGLE_SHEETS_CLIENT_SECRET` — Google Sheets Client Secret (optional)
- `GOOGLE_SHEETS_REFRESH_TOKEN` — Google Sheets Refresh Token (optional)
- `GOOGLE_SHEETS_ACCESS_TOKEN` — Google Sheets Access Token (optional)
Placeholders only. Forge never holds, brokers, or transmits a credential value — replace each <YOUR_NAME> in your own config file. Do not send a value back to Forge; no Forge endpoint accepts one.
- This entry needs 3 credentials (0 required). The generated config carries placeholders, so it will fail in the editor rather than at runtime if they are left unset.

## Blast radius

Extensive blast radius — mutates data; holds an oauth grant.
- Floor 55, ceiling 55 (tier: extensive)
- This is impact, not likelihood. A high radius is not a defect: a filesystem server is supposed to write files. It is never part of the trust score.

## Machine-readable views of this entry

- Signed JSON: https://forgeregistry.com/api/v1/packages/%40a1-x-tech%2Fmcp-google-sheets
- Install plan: https://forgeregistry.com/api/v1/packages/%40a1-x-tech%2Fmcp-google-sheets/install-plan
- Alternatives: https://forgeregistry.com/api/v1/alternatives/%40a1-x-tech%2Fmcp-google-sheets
- HTML page: https://forgeregistry.com/registry/%40a1-x-tech%2Fmcp-google-sheets
- MCP: POST https://forgeregistry.com/api/mcp → `forge_get_package` / `forge_install_plan`

## About this document

Generated by Forge (https://forgeregistry.com) — a compact rendering of the same record served, signed, at the JSON URL above. Trust and scan facts are the registry's own measurements; anything Forge did not measure is named as unmeasured rather than omitted.
