Same door for humans and AI. No gatekeeper.Register →
Explorer/MCP/smithery/googledocs
REMOTE

Google Docs

smithery/googledocs

Google Docs is a cloud-based word processor with real-time collaboration, version history, and integration with other Google Workspace apps

33 tools available
The Journeyman
A reasonable amount of history and nothing concerning in the scan.
Time indexed (7mo)
33toolsRemote/ HTTP7moindexed
100% uptime · 315ms avgChecked Jun 19, 2026
Quality Score
73/95
Deep
Risk Score
0/100
Clean
How is this calculated?
Quality Breakdown
Tenure14.7/20
216 days indexed
Capability19.8/25
Tools: 7.8/13 (33 tools)
Description: 5/5
Endpoint: 7/7
Adoption13.1/25
Use count: 13.1/20 (1,896 uses)
Multi-registry: 0/5 (1 registry)
Reliability25/25
Currently live: 10/10
Uptime history: 15/15 100% (65/65 checks)
Security scan: 0 pts in v1.0; ready to weight when coverage improves
Risk
0Clean
No signals detected.
The scanner shows
33 tools. Nothing caught our attention.
First indexed Nov 19, 2025
Server Profile
Tools catalogued
33
33 tools available. Full list below.
Hosting
Remote / HTTP
Runs on the internet. No access to your filesystem, SSH keys, or environment variables.
Registry presence
Not verified
Not yet verified by the Official MCP Registry.
Liveness
100%
Based on 48 checks. Average response: 315ms.
Publisher Verification
Not yet verified by the Official MCP Registry.
Endpoint
https://googledocs.run.tools
Tools (33)
GOOGLEDOCS_COPY_DOCUMENT
Tool 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 in the user's root Google Drive folder.
GOOGLEDOCS_CREATE_DOCUMENT
Creates 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).
GOOGLEDOCS_CREATE_DOCUMENT_MARKDOWN
Creates a new Google Docs document, optionally initializing it with a title and content provided as Markdown text.
GOOGLEDOCS_CREATE_FOOTER
Tool 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.
GOOGLEDOCS_CREATE_FOOTNOTE
Tool 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.
GOOGLEDOCS_CREATE_HEADER
Tool 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.
Show all 33 tools ↓
GOOGLEDOCS_CREATE_NAMED_RANGE
Tool 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.
GOOGLEDOCS_CREATE_PARAGRAPH_BULLETS
Tool 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.
GOOGLEDOCS_DELETE_CONTENT_RANGE
Tool 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.
GOOGLEDOCS_DELETE_FOOTER
Tool to delete a footer from a Google Document. Use when you need to remove a footer from a specific section or the default footer.
GOOGLEDOCS_DELETE_HEADER
Deletes 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.
GOOGLEDOCS_DELETE_NAMED_RANGE
Tool 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.
GOOGLEDOCS_DELETE_PARAGRAPH_BULLETS
Tool 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.
GOOGLEDOCS_DELETE_TABLE
Tool 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.
GOOGLEDOCS_DELETE_TABLE_COLUMN
Tool 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.
GOOGLEDOCS_DELETE_TABLE_ROW
Tool to delete a row from a table in a Google Document. Use when you need to remove a specific row from an existing table.
GOOGLEDOCS_GET_CHARTS_FROM_SPREADSHEET
Tool 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.
GOOGLEDOCS_GET_DOCUMENT_BY_ID
Retrieves an existing Google Document by its ID; will error if the document is not found.
GOOGLEDOCS_INSERT_INLINE_IMAGE
Tool 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.
GOOGLEDOCS_INSERT_PAGE_BREAK
Tool 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.
GOOGLEDOCS_INSERT_TABLE_ACTION
Tool 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.
GOOGLEDOCS_INSERT_TABLE_COLUMN
Tool 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.
GOOGLEDOCS_INSERT_TEXT_ACTION
Tool 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.
GOOGLEDOCS_LIST_SPREADSHEET_CHARTS_ACTION
Tool 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.
GOOGLEDOCS_REPLACE_ALL_TEXT
Tool 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.
GOOGLEDOCS_REPLACE_IMAGE
Tool 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.
GOOGLEDOCS_SEARCH_DOCUMENTS
Search for Google Documents using various filters including name, content, date ranges, and more.
GOOGLEDOCS_UNMERGE_TABLE_CELLS
Tool 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.
GOOGLEDOCS_UPDATE_DOCUMENT_MARKDOWN
Replaces the entire content of an existing Google Docs document with new Markdown text; requires edit permissions for the document.
GOOGLEDOCS_UPDATE_DOCUMENT_SECTION_MARKDOWN
Tool 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.
GOOGLEDOCS_UPDATE_DOCUMENT_STYLE
Tool 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.
GOOGLEDOCS_UPDATE_EXISTING_DOCUMENT
Applies programmatic edits, such as text insertion, deletion, or formatting, to a specified Google Doc using the `batchUpdate` API method.
GOOGLEDOCS_UPDATE_TABLE_ROW_STYLE
Tool 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.

Is this your server?

Create a free RNWY account to connect your on-chain identity to this server. MCP server claiming is coming; register now and you'll be first in line.

Create your account →
More from smithery
wcgw
Shell and coding agent on Claude and ChatGPT.
Minecraft
A Model Context Protocol (MCP) integration for Minecraft enabling AI assistants to interact with a Minecraft server.
Boldsign
Send, sign, and manage legally binding documents. Track signature status, set reminders, and automate document workflows.
Google Ads
Google Ads, is an online advertising platform developed by Google, where advertisers bid to display brief advertisements, service offerings, product listings, and videos to web users.
Nanobanana
Generate, edit, and describe images using Google Gemini. Create images from text prompts, modify existing images with instructions, and get AI-powered descriptions of image content.
Miro
Collaborate on a shared whiteboard — brainstorm, create diagrams, map workflows, and organize ideas visually with your team.
Similar servers
ai.aliengiraffe/spotdb
Ephemeral data sandbox for AI workflows with guardrails and security
Clarid Compliance
Check bank marketing for FDIC, NCUA, TILA, Reg DD, Reg Z, UDAAP, and Equal Housing compliance.
Filepad
Connect AI agents to Filepad workspaces through OAuth MCP.
Threat Intel MCP Server
Provides threat intelligence and vulnerability research tools by integrating with NVD, VirusTotal, AbuseIPDB, Shodan, and MITRE ATT\&CK. It enables users to perform CVE lookups, analyze IP reputation, and retrieve detailed MITRE ATT\&CK technique information.
Cotribute MCP
Connect AI agents to financial institution origination, analytics, and compliance workflows.
SEO Marketing
SEO and marketing intelligence toolkit for keyword research, SERP analysis, backlink checking, content optimization, technical site audits, and content brief generation. 6 tools to improve search engine rankings.
Indexed from Smithery · Updates nightlyView on Smithery →