Collaboration

Google Docs MCP Server

Connect your account, then chat with AI to run tools.

Google Docs API for reading and updating Google Docs documents.

Managed
14 tools
Agent guide included

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Google Docs — workflow patterns, data models, and gotchas for your AI agent.

Google Docs

Google Docs API for reading and updating Google Docs documents. Rich text, formatting, tables.

Data Model

  • Documents — structural JSON describing tabs, paragraphs, tables, and inline objects; updates mutate that tree.
  • Discovery — locate files through Drive search using the Google Docs MIME type when you only know filenames or folders.

Gotchas

  • document_id: From Drive file ID or URL (docs.google.com/document/d/...).
  • Content: Structured as StructuralElement array with startIndex/endIndex.

Tools in this Server (14)

Google Docs Batch Update Doc

Apply batch updates to a Google Doc document.

Google Docs Create Doc

Create a new Google Doc document.

Google Docs Create Document Comment

Create a Drive comment on a Google Doc.

Google Docs Export Pdf

Export a Google Doc as PDF using Drive export API.

Google Docs Find And Replace

Find and replace text in a Google Doc document.

Google Docs Get Doc Content

Extract plain text content from a Google Doc document.

Google Docs Get Document

Fetch a Google Doc by document ID (Docs API documents.get).

Google Docs Insert Image

Insert an image into a Google Doc at the specified location.

Google Docs List Documents

List Google Docs documents accessible to the authenticated user (via Drive files.list).

Google Docs Read Document Comments

List Drive comments on a Google Doc (file-level comments).

Google Docs Reply To Document Comment

Reply to an existing Drive comment on a Google Doc.

Google Docs Resolve Document Comment

Resolve (or unresolve) a Drive comment on a Google Doc.

Google Docs Update Headers Footers

Update header and footer content in a Google Doc.

Google Docs Validate Token

Validate the Google Docs OAuth token and confirm required scopes are granted.

Frequently Asked Questions

What is the Google Docs MCP server?

Google Docs API for reading and updating Google Docs documents. It provides 14 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Google Docs to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/google-docs. Authentication is handled automatically.

How many tools does Google Docs provide?

Google Docs provides 14 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Google Docs require?

Google Docs uses One-click sign in. Google Docs requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Google Docs to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/google-docs

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to Google Docs and paste the MCP URL into Remote MCP server URL.
  4. Click Add. Google Docs will appear under Not connected — select it and click Connect to complete OAuth.
Name: Google Docs
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/google-docs
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Ready to use Google Docs?

Sign in to connect your credentials and start running tools from the chat.

Google Docs MCP Server & Skill — 14 Tools