Google Docs MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 18 Sep 2026.
Google Docs as MCP tools: read, edit, suggest and comment on documents.
We read the source, 8 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
if e.Delete > 0 {
reqs = append(reqs, DeleteRange(Rng{Start: e.Pos, End: e.Pos + e.Delete, SegmentID: seg.ID, TabID: seg.TabID}))
path := filepath.Join(dir, fmt.Sprintf("%s-%s.%s", name, gapi.ShortID(id), format))
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
MCP server for the Google Docs API: read and edit documents, styles, tables, images, comments.
Google Docs MCP Pack — read, create, and edit Google Docs via OAuth.
Allow AI systems to read and edit Google Docs.
Read and edit GA4, Search Console and Google Tag Manager from any MCP client. 29 tools.
Google AI search and documentation tools for MCP clients using Vertex AI or the Gemini API.
Minimal MCP server for reading comments on Google Drive files (Docs, Sheets, Slides). Read-only.
Google Chat as MCP tools: read, search and write to your spaces, direct messages and sidebar.
Google Sheets as MCP tools: read ranges, write without destroying formulas, format and validate.
Answers built from our own checks of this server.