mcpbeat Sign in

Google Docs MCP Server

local only

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.

Installs / week
not published
0
Stars
0 open issues
18 Sep 2026
Last commit
from GitHub
Apache-2.0
License
Go

What the code does

We read the source, 8 h ago · rules 3dff92dd89df

Capabilities

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.

Builds a database query by concatenation internal/plan/diff.go:74
        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.

This code can reach further than it looks

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.

Three servers free · no card

Alternatives to Google Docs MCP

same job, measured the same way
Google Docs MCP
by a1-x-tech

MCP server for the Google Docs API: read and edit documents, styles, tables, images, comments.

199 installs/wk local only
Google_docs
by pipeworx-io

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

37 tools answering
Google Docs
by domdomegg

Allow AI systems to read and edit Google Docs.

36 installs/wk local only
Climbpast
by archievi

Read and edit GA4, Search Console and Google Tag Manager from any MCP client. 29 tools.

answering
Google AI Search MCP
by shariqriazz

Google AI search and documentation tools for MCP clients using Vertex AI or the Gemini API.

70 installs/wk local only
Google Drive Comments MCP
by zayansalman

Minimal MCP server for reading comments on Google Drive files (Docs, Sheets, Slides). Read-only.

55 installs/wk local only
Google Chat MCP
by mmedum

Google Chat as MCP tools: read, search and write to your spaces, direct messages and sidebar.

local only
Google Sheets MCP
by mmedum

Google Sheets as MCP tools: read ranges, write without destroying formulas, format and validate.

local only

Google Docs MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Google Docs MCP?
Google Docs MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Google Docs MCP open source?
Yes — it is published under the Apache-2.0 licence, written in Go and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.