MCP Hub
Back to servers

Google_docs

Google Docs MCP Pack — read, create, and edit Google Docs via OAuth.

Registry
Updated
Apr 15, 2026

mcp-google_docs

Google Docs MCP Pack — read, create, and edit Google Docs via OAuth.

Part of the Pipeworx open MCP gateway.

Tools

ToolDescription
docs_getGet a Google Doc by ID — returns title, body content, and document structure.
docs_get_textGet the plain text content of a Google Doc.
docs_createCreate a new Google Doc with a title.
docs_insert_textInsert text into a Google Doc at a specified index position.
docs_append_textAppend text to the end of a Google Doc.
docs_replace_textFind and replace text in a Google Doc.

Quick Start

Add to your MCP client config:

{
  "mcpServers": {
    "google_docs": {
      "url": "https://gateway.pipeworx.io/google_docs/mcp"
    }
  }
}

Or use the CLI:

npx pipeworx use google_docs

License

MIT

Reviews

No reviews yet

Sign in to write a review