Google Docs MCP Server

57 tools. 47 can modify or destroy data without limits.

8 destructive tools with no built-in limits. Policy required.

Last updated:

47 can modify or destroy data
10 read-only
57 tools total

Community server · catalogue entry verified 01/07/2026

How to control Google Docs MCP Server ↓

What Google Docs MCP Server exposes to your agents

Read (10) Write / Execute (39) Destructive / Financial (8)
Critical Risk

The most dangerous Google Docs MCP Server tools

47 of Google Docs MCP Server's 57 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Google Docs MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and Google Docs MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "delete_comment": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "add_comment": {
    "limits": [
      {
        "counter": "add_comment_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "get_comment": {
    "limits": [
      {
        "counter": "get_comment_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Google Docs MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON GOOGLE DOCS →

Instant setup, no code required.

All 57 Google Docs MCP Server tools

WRITE 39 tools
Write add_comment add_comment Write append_to_google_doc Append text to the very end of a Google Document or specific tab. Write apply_paragraph_style apply_paragraph_style Write apply_text_style apply_text_style Write bulk_update_google_doc bulk_update_google_doc Write copy_file copy_file Write create_bullet_list create_bullet_list Write create_folder Create a new folder in Google Drive. Write create_google_doc Create a new blank Google Document. Write create_google_doc_from_markdown create_google_doc_from_markdown Write create_named_range create_named_range Write format_matching_text format_matching_text Write insert_footnote insert_footnote Write insert_horizontal_rule Insert a horizontal rule (divider line) at the specified index. Write insert_image_from_resource insert_image_from_resource Write insert_image_from_url insert_image_from_url Write insert_page_break Insert a page break at the specified index. Write insert_section_break insert_section_break Write insert_table Insert a new table with specified dimensions at a given index. Write insert_table_column insert_table_column Write insert_table_of_contents Insert a table of contents at the specified index. Write insert_table_row insert_table_row Write insert_text insert_text Write merge_table_cells merge_table_cells Write move_file Move a file to a different folder in Google Drive. Write replace_all_text Find and replace all instances of text in the document. Write reply_to_comment Add a reply to an existing comment. Write resolve_comment Mark a comment as resolved. Write restore_file Restore a file from trash. Write share_document Share a Google Document with a specific user. Write star_file Star/favorite a file in Google Drive. Write unmerge_table_cells unmerge_table_cells Write unstar_file Remove star from a file in Google Drive. Write update_permission Change a permission's role. Write update_table_cell_style update_table_cell_style Write upload_file_to_drive upload_file_to_drive Write upload_file_to_drive_from_resource upload_file_to_drive_from_resource Write upload_image_to_drive upload_image_to_drive Write upload_image_to_drive_from_resource upload_image_to_drive_from_resource

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Google Docs MCP Server

Can an AI agent delete data through the Google Docs MCP Server MCP server? +

Yes. The Google Docs MCP Server server exposes 8 destructive tools including delete_comment, delete_named_range, delete_range. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Google Docs MCP Server? +

The Google Docs MCP Server server has 39 write tools including add_comment, append_to_google_doc, apply_paragraph_style. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Google Docs MCP Server.

How many tools does the Google Docs MCP Server MCP server expose? +

57 tools across 3 categories: Destructive, Read, Write. 10 are read-only. 47 can modify, create, or delete data.

How do I enforce a policy on Google Docs MCP Server? +

Register the Google Docs MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Google Docs MCP Server tool call.

Deterministic rules across all 57 Google Docs MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

57 Google Docs MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.