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

MCP server for the Google Docs API — read documents as text, structure or Markdown, edit text by ranges, style, tables, images, comments and export. 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-docs
- **Source:** https://github.com/A1-x-Tech/mcp-google-docs
- **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:27.290Z
- **Version scanned:** 0.2.0
- **CVEs:** none found by OSV at scan time

## Tools

21 declared. Statically extracted from the shipped source — a floor on the surface, not a census.
- `list_comments` — Lists the document's comment threads via the Drive API: for each comment its id, content, author displayName, createdTime/modifiedTime, resolved flag, the quote
- `manage_comment`
- `create_document`
- `get_document`
- `read_document_text`
- `list_tabs` — Returns the document's tab tree without content: tabId, title, position index and nested childTabs. Use the tabId values to target a specific tab in read_docume
- `export_document`
- `import_markdown`
- `insert_image`
- `replace_image` — Replaces an existing image's contents with a new image from a public URL, keeping the original's size and position (the new image is center-cropped to fit). ima
- `raw_request`
- `insert_break` — Inserts a break at an index (or at the end of the body when index is omitted). kind=page starts a new page; kind=section_next_page starts a new section on a new
- `style_text`
- `style_paragraph` — Applies paragraph formatting to every paragraph overlapping [start_index, end_index): named_style (normal_text, title, subtitle, heading_1..heading_6 — the way 
- `set_paragraph_bullets` — Turns the paragraphs overlapping [start_index, end_index) into a list, or removes their bullets with remove=true. Presets: disc, arrow, checkbox, star, diamond 
- `insert_table` — Inserts an empty rows x columns table at an index, or at the end of the body when index is omitted. Fill the cells afterwards: read_document_text shows the new 
- `edit_table`
- `insert_text`
- `replace_range`
- `replace_all_text` — Replaces EVERY occurrence of a literal string (no regex) across the whole document, or only in the tabs named by tab_ids. match_case defaults to true. Returns o
- `delete_range` — Deletes the content in [start_index, end_index) — text, inline images, whole tables or any mix, as long as the range does not cut across a table cell boundary. 

## 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-docs\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@a1-x-tech/mcp-google-docs\"\n      ],\n      \"env\": {\n        \"GOOGLE_DOCS_CLIENT_SECRET\": \"<YOUR_GOOGLE_DOCS_CLIENT_SECRET>\",\n        \"GOOGLE_DOCS_REFRESH_TOKEN\": \"<YOUR_GOOGLE_DOCS_REFRESH_TOKEN>\",\n        \"GOOGLE_DOCS_ACCESS_TOKEN\": \"<YOUR_GOOGLE_DOCS_ACCESS_TOKEN>\"\n      }\n    }\n  }\n}"
```
**Credentials it will ask for** (names only — Forge never holds a value):
- `GOOGLE_DOCS_CLIENT_SECRET` — Google Docs Client Secret (optional)
- `GOOGLE_DOCS_REFRESH_TOKEN` — Google Docs Refresh Token (optional)
- `GOOGLE_DOCS_ACCESS_TOKEN` — Google Docs 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

Critical blast radius — deletes data; holds an oauth grant.
- Floor 61, ceiling 61 (tier: critical)
- 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-docs
- Install plan: https://forgeregistry.com/api/v1/packages/%40a1-x-tech%2Fmcp-google-docs/install-plan
- Alternatives: https://forgeregistry.com/api/v1/alternatives/%40a1-x-tech%2Fmcp-google-docs
- HTML page: https://forgeregistry.com/registry/%40a1-x-tech%2Fmcp-google-docs
- 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.
