Collaboration

Google Docs MCP Server

Use Studio chat to drive this server — credentials stay in your workspace.

Google Docs API for reading and updating Google Docs documents.

14 tools
Agent guide included
One-click sign in
Start Chatting

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

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to chat with Google Docs?

Same flow: Studio opens on this server after sign-in. Keep chatting to call tools from the conversation.

Google Docs MCP Server & Skill — 14 Tools