← Back to search

Google Docs

domdomegg Scanned 2d ago

Allow AI systems to read and edit Google Docs.

B
78.1 / 100

Versions

1.0.0latest
first seen Jun 5, 2026
1.2.0
first seen May 19, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 7

document_insert
annotations: verified low

Insert text at a specific location in a Google Doc. Use document_get to find the appropriate index. Index 1 is the beginning of the document body.

readOnlyHint false idempotentHint false destructiveHint false
document_get_raw
annotations: verified low

Get the full raw JSON structure of a Google Doc, including all tabs, formatting, headers, footers, and styles. Google Docs content is organized under tabs - body content is at tabs[].documentTab.body.content, not at the top level. Warning: responses can be very large. Consider using jq to extract specific fields, or use document_get_text for plain text content.

readOnlyHint true
document_get_text
annotations: verified low

Get the plain text content of a Google Doc without formatting, including all tabs. Google Docs content is organized under tabs (at tabs[].documentTab.body.content in the raw API), but this tool extracts and flattens the text for you. For very long documents, consider writing output to a file and reading specific sections.

readOnlyHint true
document_replace
annotations: verified low

Find and replace all occurrences of text in a Google Doc. Returns the number of replacements made.

readOnlyHint false idempotentHint true destructiveHint true
document_append
annotations: verified low

Append text to the end of a Google Doc. This is a convenience wrapper around batch_update that inserts text at the end of the document body.

readOnlyHint false idempotentHint false destructiveHint false
document_create
annotations: verified low

Create a new blank Google Doc with the specified title.

readOnlyHint false idempotentHint false destructiveHint false
document_batch_update
annotations: verified low

Apply one or more updates to a Google Doc. Supports inserting/deleting text, find/replace, inserting images and tables, managing bullets, and more. All requests are applied atomically - if any fails, none are applied.

readOnlyHint false idempotentHint false destructiveHint true

Permissions 2

network medium
Server uses network capabilities via: fetch()
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 29

medium
Vulnerable dependency: vitest@3.0.0 (GHSA-9crc-q9x8-hgqq) dependency_analyzer · 95%
info
Tool 'document_insert' annotations are consistent annotation_checker · 80%
info
Tool 'document_get_raw' annotations are consistent annotation_checker · 80%
info
Tool 'document_get_text' annotations are consistent annotation_checker · 80%
info
Tool 'document_replace' annotations are consistent annotation_checker · 80%
info
Tool 'document_append' annotations are consistent annotation_checker · 80%
info
Tool 'document_create' annotations are consistent annotation_checker · 80%
info
Tool 'document_batch_update' annotations are consistent annotation_checker · 80%
high
Hardcoded OAuth client ID in domdomegg-google-documents-mcp-627641d/src/main.ts auth_checker · 85%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.24.0 (GHSA-345p-7cg4-v4c7) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.24.0 (GHSA-8r9q-7v3j-jr4g) dependency_analyzer · 95%
medium
Vulnerable dependency: vitest@3.0.0 (GHSA-5xrq-8626-4rwp) dependency_analyzer · 95%
info
package.json metadata manifest_parser · 100%
info
Tool: document_insert manifest_parser · 85%
info
Tool: document_get_raw manifest_parser · 85%
info
Tool: document_get_text manifest_parser · 85%
info
Tool: document_replace manifest_parser · 85%
info
Tool: document_append manifest_parser · 85%
info
Tool: document_create manifest_parser · 85%
info
Tool: document_batch_update manifest_parser · 85%
info
Transport: stdio manifest_parser · 90%
info
Required env vars (4) manifest_parser · 80%
medium
Hardcoded OAuth client ID in domdomegg-google-documents-mcp-627641d/src/main.ts oauth_scope_analyzer · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 70%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 405 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%