
Connects Claude to Google Docs through Pipeworx's OAuth gateway with six core operations: retrieve formatted or plain text documents, create new docs, and edit existing ones through insert, append, and find-replace actions. Position-based insertions let you target specific locations in a document, while the replace tool handles bulk text substitution. Part of the larger Pipeworx gateway that bundles 250+ data sources, though this can be used standalone. Best suited when you need Claude to draft documents directly in your Google workspace or pull content from existing docs for analysis without manual copy-paste.
Public tool metadata for what this MCP can expose to an agent.
GOOGLEDOCS_COPY_DOCUMENTTool to create a copy of an existing Google Document. Use this to duplicate a document, for example, when using an existing document as a template. The copied document will have a default title (e.g., 'Copy of [original title]') if no new title is provided, and will be placed...2 paramsTool to create a copy of an existing Google Document. Use this to duplicate a document, for example, when using an existing document as a template. The copied document will have a default title (e.g., 'Copy of [original title]') if no new title is provided, and will be placed...
document_idstringtitlestringGOOGLEDOCS_CREATE_DOCUMENTCreates a new Google Docs document using the provided title as filename and inserts the initial text at the beginning if non-empty, returning the document's ID and metadata (excluding body content).2 paramsCreates a new Google Docs document using the provided title as filename and inserts the initial text at the beginning if non-empty, returning the document's ID and metadata (excluding body content).
textstringtitlestringGOOGLEDOCS_CREATE_DOCUMENT_MARKDOWNCreates a new Google Docs document, optionally initializing it with a title and content provided as Markdown text.2 paramsCreates a new Google Docs document, optionally initializing it with a title and content provided as Markdown text.
markdown_textstringtitlestringGOOGLEDOCS_CREATE_FOOTERTool to create a new footer in a Google Document. Use when you need to add a footer, optionally specifying its type and the section it applies to.3 paramsTool to create a new footer in a Google Document. Use when you need to add a footer, optionally specifying its type and the section it applies to.
document_idstringsection_break_locationobjecttypestringHEADER_FOOTER_TYPE_UNSPECIFIED · DEFAULTGOOGLEDOCS_CREATE_FOOTNOTETool to create a new footnote in a Google Document. Use this when you need to add a footnote at a specific location or at the end of the document body.3 paramsTool to create a new footnote in a Google Document. Use this when you need to add a footnote at a specific location or at the end of the document body.
documentIdstringendOfSegmentLocationobjectlocationobjectGOOGLEDOCS_CREATE_HEADERTool to create a new header in a Google Document. Use this tool when you need to add a header to a document, optionally specifying the section it applies to.2 paramsTool to create a new header in a Google Document. Use this tool when you need to add a header to a document, optionally specifying the section it applies to.
createHeaderobjectdocumentIdstringGOOGLEDOCS_CREATE_NAMED_RANGETool to create a new named range in a Google Document. Use this to assign a name to a specific part of the document for easier reference or programmatic manipulation.5 paramsTool to create a new named range in a Google Document. Use this to assign a name to a specific part of the document for easier reference or programmatic manipulation.
documentIdstringnamestringrangeEndIndexintegerrangeSegmentIdstringrangeStartIndexintegerGOOGLEDOCS_CREATE_PARAGRAPH_BULLETSTool to add bullets to paragraphs within a specified range in a Google Document. Use when you need to format a list or a set of paragraphs as bullet points.2 paramsTool to add bullets to paragraphs within a specified range in a Google Document. Use when you need to format a list or a set of paragraphs as bullet points.
createParagraphBulletsobjectdocument_idstringGOOGLEDOCS_DELETE_CONTENT_RANGETool to delete a range of content from a Google Document. Use when you need to remove a specific portion of text or other structural elements within a document.2 paramsTool to delete a range of content from a Google Document. Use when you need to remove a specific portion of text or other structural elements within a document.
document_idstringrangeobjectGOOGLEDOCS_DELETE_FOOTERTool to delete a footer from a Google Document. Use when you need to remove a footer from a specific section or the default footer.3 paramsTool to delete a footer from a Google Document. Use when you need to remove a footer from a specific section or the default footer.
document_idstringfooter_idstringtab_idstringGOOGLEDOCS_DELETE_HEADERDeletes the header from the specified section or the default header if no section is specified. Use this tool to remove a header from a Google Document.3 paramsDeletes the header from the specified section or the default header if no section is specified. Use this tool to remove a header from a Google Document.
document_idstringheader_idstringtab_idstringGOOGLEDOCS_DELETE_NAMED_RANGETool to delete a named range from a Google Document. Use when you need to remove a previously defined named range by its ID or name.2 paramsTool to delete a named range from a Google Document. Use when you need to remove a previously defined named range by its ID or name.
deleteNamedRangeobjectdocument_idstringGOOGLEDOCS_DELETE_PARAGRAPH_BULLETSTool to remove bullets from paragraphs within a specified range in a Google Document. Use when you need to clear bullet formatting from a section of a document.3 paramsTool to remove bullets from paragraphs within a specified range in a Google Document. Use when you need to clear bullet formatting from a section of a document.
document_idstringrangeobjecttab_idstringGOOGLEDOCS_DELETE_TABLETool to delete an entire table from a Google Document. Use when you have the document ID and the specific start and end index of the table element to be removed. The table's range can be found by inspecting the document's content structure.5 paramsTool to delete an entire table from a Google Document. Use when you have the document ID and the specific start and end index of the table element to be removed. The table's range can be found by inspecting the document's content structure.
document_idstringsegment_idstringtab_idstringtable_end_indexintegertable_start_indexintegerGOOGLEDOCS_DELETE_TABLE_COLUMNTool to delete a column from a table in a Google Document. Use this tool when you need to remove a specific column from an existing table within a document.2 paramsTool to delete a column from a table in a Google Document. Use this tool when you need to remove a specific column from an existing table within a document.
document_idstringrequestsarrayGOOGLEDOCS_DELETE_TABLE_ROWTool to delete a row from a table in a Google Document. Use when you need to remove a specific row from an existing table.2 paramsTool to delete a row from a table in a Google Document. Use when you need to remove a specific row from an existing table.
documentIdstringtableCellLocationobjectGOOGLEDOCS_GET_CHARTS_FROM_SPREADSHEETTool to retrieve a list of all charts from a specified Google Sheets spreadsheet. Use when you need to get chart IDs and their specifications for embedding or referencing elsewhere, such as in Google Docs.1 paramsTool to retrieve a list of all charts from a specified Google Sheets spreadsheet. Use when you need to get chart IDs and their specifications for embedding or referencing elsewhere, such as in Google Docs.
spreadsheet_idstringGOOGLEDOCS_GET_DOCUMENT_BY_IDRetrieves an existing Google Document by its ID; will error if the document is not found.1 paramsRetrieves an existing Google Document by its ID; will error if the document is not found.
idstringGOOGLEDOCS_INSERT_INLINE_IMAGETool to insert an image from a given URI at a specified location in a Google Document as an inline image. Use when you need to add an image to a document programmatically.4 paramsTool to insert an image from a given URI at a specified location in a Google Document as an inline image. Use when you need to add an image to a document programmatically.
documentIdstringlocationobjectobjectSizeobjecturistringGOOGLEDOCS_INSERT_PAGE_BREAKTool to insert a page break into a Google Document. Use when you need to start new content on a fresh page, such as at the end of a chapter or section.2 paramsTool to insert a page break into a Google Document. Use when you need to start new content on a fresh page, such as at the end of a chapter or section.
documentIdstringinsertPageBreakobjectGOOGLEDOCS_INSERT_TABLE_ACTIONTool to insert a table into a Google Document. Use when you need to add a new table at a specific location or at the end of a segment (like document body, header, or footer) in a document.7 paramsTool to insert a table into a Google Document. Use when you need to add a new table at a specific location or at the end of a segment (like document body, header, or footer) in a document.
columnsintegerdocumentIdstringindexintegerinsertAtEndOfSegmentbooleanrowsintegersegmentIdstringtabIdstringGOOGLEDOCS_INSERT_TABLE_COLUMNTool to insert a new column into a table in a Google Document. Use this tool when you need to add a column to an existing table at a specific location.2 paramsTool to insert a new column into a table in a Google Document. Use this tool when you need to add a column to an existing table at a specific location.
document_idstringrequestsarrayGOOGLEDOCS_INSERT_TEXT_ACTIONTool to insert a string of text at a specified location within a Google Document. Use when you need to add new text content to an existing document.3 paramsTool to insert a string of text at a specified location within a Google Document. Use when you need to add new text content to an existing document.
document_idstringinsertion_indexintegertext_to_insertstringGOOGLEDOCS_LIST_SPREADSHEET_CHARTS_ACTIONTool to retrieve a list of charts with their IDs and metadata from a Google Sheets spreadsheet. Use to identify charts available for embedding into Google Docs.2 paramsTool to retrieve a list of charts with their IDs and metadata from a Google Sheets spreadsheet. Use to identify charts available for embedding into Google Docs.
fields_maskstringspreadsheet_idstringGOOGLEDOCS_REPLACE_ALL_TEXTTool to replace all occurrences of a specified text string with another text string throughout a Google Document. Use when you need to perform a global find and replace operation within a document.6 paramsTool to replace all occurrences of a specified text string with another text string throughout a Google Document. Use when you need to perform a global find and replace operation within a document.
document_idstringfind_textstringmatch_casebooleanreplace_textstringsearch_by_regexbooleantab_idsarrayGOOGLEDOCS_REPLACE_IMAGETool to replace a specific image in a document with a new image from a URI. Use when you need to update an existing image within a Google Doc.2 paramsTool to replace a specific image in a document with a new image from a URI. Use when you need to update an existing image within a Google Doc.
document_idstringreplace_imageobjectGOOGLEDOCS_SEARCH_DOCUMENTSSearch for Google Documents using various filters including name, content, date ranges, and more.8 paramsSearch for Google Documents using various filters including name, content, date ranges, and more.
created_afterstringinclude_trashedbooleanmax_resultsintegermodified_afterstringorder_bystringquerystringshared_with_mebooleanstarred_onlybooleanGOOGLEDOCS_UNMERGE_TABLE_CELLSTool to unmerge previously merged cells in a table. Use this when you need to revert merged cells in a Google Document table back to their individual cell states.2 paramsTool to unmerge previously merged cells in a table. Use this when you need to revert merged cells in a Google Document table back to their individual cell states.
document_idstringtableRangeobjectGOOGLEDOCS_UPDATE_DOCUMENT_MARKDOWNReplaces the entire content of an existing Google Docs document with new Markdown text; requires edit permissions for the document.2 paramsReplaces the entire content of an existing Google Docs document with new Markdown text; requires edit permissions for the document.
document_idstringnew_markdown_textstringGOOGLEDOCS_UPDATE_DOCUMENT_SECTION_MARKDOWNTool to insert or replace a section of a Google Docs document with Markdown content. Use when you need to update only a section of a document by specifying start and optional end indices. Supports full Markdown formatting.4 paramsTool to insert or replace a section of a Google Docs document with Markdown content. Use when you need to update only a section of a document by specifying start and optional end indices. Supports full Markdown formatting.
document_idstringend_indexintegermarkdown_textstringstart_indexintegerGOOGLEDOCS_UPDATE_DOCUMENT_STYLETool to update the overall document style, such as page size, margins, and default text direction. Use when you need to modify the global style settings of a Google Document.4 paramsTool to update the overall document style, such as page size, margins, and default text direction. Use when you need to modify the global style settings of a Google Document.
document_idstringdocument_styleobjectfieldsstringtab_idstringGOOGLEDOCS_UPDATE_EXISTING_DOCUMENTApplies programmatic edits, such as text insertion, deletion, or formatting, to a specified Google Doc using the `batchUpdate` API method.2 paramsApplies programmatic edits, such as text insertion, deletion, or formatting, to a specified Google Doc using the `batchUpdate` API method.
document_idstringeditDocsarrayGOOGLEDOCS_UPDATE_TABLE_ROW_STYLETool to update the style of a table row in a Google Document. Use when you need to modify the appearance of specific rows within a table, such as setting minimum row height or marking rows as headers.2 paramsTool to update the style of a table row in a Google Document. Use when you need to modify the appearance of specific rows within a table, such as setting minimum row height or marking rows as headers.
documentIdstringupdateTableRowStyleobjectGoogle Docs MCP Pack — read, create, and edit Google Docs via OAuth.
Part of Pipeworx — an MCP gateway connecting AI agents to 1476+ live data sources.
| Tool | Description |
|---|---|
docs_get | Retrieve a Google Doc by ID. Returns title, formatted body content, and document structure. |
docs_get_text | Extract plain text from a Google Doc without formatting or structure. Use when you need raw text content only. |
docs_create | Create a new Google Doc with a title. Returns the document ID needed for editing operations. |
docs_insert_text | Insert text at a specific position in a Google Doc (e.g., position 0 for start, position 50 for middle). |
docs_append_text | Add text to the end of a Google Doc. Use when insertion position doesn't matter. |
docs_replace_text | Find and replace all occurrences of text in a Google Doc with new text. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"google_docs": {
"url": "https://gateway.pipeworx.io/google_docs/mcp"
}
}
}
tools/list at https://gateway.pipeworx.io/google_docs/mcp returns the tools in the table
above plus the shared Pipeworx meta-tools — ask_pipeworx,
discover_tools, search_within, remember/recall and the rest of the
gateway-wide set. So the tool count you see is larger than this table: a
single-pack endpoint currently lists roughly 30 shared tools alongside the
pack's own. The connection's initialize response states its exact scope, and
is the authoritative answer for a given day.
This is deliberate, not multiplexing by accident. The meta-tools are what let a
scoped connection answer a question this pack does not cover — via
ask_pipeworx, which routes across the whole catalog — without you adding a
second MCP server. There is currently no way to mount a pack endpoint without
them; if the extra schemas cost you more context than the routing is worth,
connect to the full gateway once rather than to several pack endpoints.
Or connect to the full Pipeworx gateway to get every pack's tools listed directly, instead of just this one's:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Both URLs reach the same gateway and the same 1476+ data sources. The
only difference is which pack's tools are listed directly; ask_pipeworx
reaches all of them from either one.
Instead of calling tools directly, you can ask questions in plain English — this works on the pack endpoint above as well as on the full gateway:
ask_pipeworx({ question: "your question about Google_docs data" })
The gateway picks the right tool and fills the arguments automatically.
MIT