Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🏒 Workplace & Productivity
  3. Google Docs MCP
G
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 5:00:24 PM

Google Docs MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "google-docs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@a1-x-tech/mcp-google-docs@latest"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🏒 More in Workplace & Productivity

Documentation Overview

A1 Google Docs MCP

English | Русский

npm CI Glama License: MIT

A1 Google Docs MCP lets an AI app read and edit Google Docs in plain language. Read a document as text or Markdown, change an exact passage, style headings, lists and tables, work through comment threads and export the result to PDF or DOCX.

It uses the Google Docs API with your Google account. It edits by exact index ranges rather than by guesswork, and makes the limits of the Docs API explicit instead of implying that every document task is possible.

  • 21 tools. Read a document as text, structure or Markdown, edit exact ranges, style characters and paragraphs, manage lists, tables, breaks, images and comment threads, and export to PDF, DOCX and more.
  • Edits are surgical. Changes address exact index ranges, and the server steers the assistant to re-read the document before every edit, because each change shifts the indexes after it.
  • Markdown both ways. Create a document from Markdown or export to Markdown, PDF, DOCX and other formats; replacing a whole document with Markdown is a separate, explicitly destructive step.
  • No hidden Drive surface. Export, Markdown conversion and comments use Drive endpoints internally, but the server exposes no general-purpose Drive tool.

Start with a read-only question:

Read the launch plan document and summarize its unresolved comment threads.

Connect the server Β· Explore use cases Β· Open technical documentation


See it work in a minute

You: Show me the text and comments of the launch plan document.

Assistant: Reads the document as compact text blocks and lists its comment threads. Nothing changes.

You: Rewrite the β€œTimeline” paragraph to say the beta starts on March 3.

Assistant: Shows the exact range it will replace and the proposed text, then asks for confirmation before editing.

You: Confirm.

Assistant: Replaces that one range. The rest of the document, its formatting and its comments stay as they were.

Contents

  • Quick start
  • What you can ask it to do
  • How a document changes
  • What can change
  • Getting access
  • Configuration
  • Data, limits and background work
  • Technical documentation
  • Support

Quick start

You need Node.js 20+, a Google account and OAuth credentials from a Google Cloud project with the Google Docs API and the Google Drive API enabled.

  1. Prepare Google OAuth access.
  2. Add the server to your AI app.
  3. Ask the read-only question above.
Codex

In the app: open Settings β†’ MCP servers, select Add server, choose STDIO, enter the command npx -y @a1-x-tech/mcp-google-docs@latest and environment variables GOOGLE_DOCS_CLIENT_ID, GOOGLE_DOCS_CLIENT_SECRET, GOOGLE_DOCS_REFRESH_TOKEN, then select Save and Restart.

From the command line:

bash
codex mcp add google-docs \
  --env GOOGLE_DOCS_CLIENT_ID=your_client_id \
  --env GOOGLE_DOCS_CLIENT_SECRET=your_client_secret \
  --env GOOGLE_DOCS_REFRESH_TOKEN=your_refresh_token \
  -- npx -y @a1-x-tech/mcp-google-docs@latest
bash
codex mcp list

Codex MCP documentation

Claude Code
Terminal
claude mcp add \
  --env GOOGLE_DOCS_CLIENT_ID=your_client_id \
  --env GOOGLE_DOCS_CLIENT_SECRET=your_client_secret \
  --env GOOGLE_DOCS_REFRESH_TOKEN=your_refresh_token \
  --transport stdio --scope user google-docs \
  -- npx -y @a1-x-tech/mcp-google-docs@latest
Terminal
claude mcp list

Claude Code MCP documentation

Claude Desktop

The current official path is Settings β†’ Extensions. For a custom desktop extension, open Advanced settings β†’ Extension Developer β†’ Install Extension…, select a .mcpb file and follow the prompts.

This repository currently publishes an npm stdio package and does not contain a .mcpb bundle. For Claude Desktop builds that still support local configuration, use the following JSON stdio configuration as a fallback:

config.json
{
  "mcpServers": {
    "google-docs": {
      "command": "npx",
      "args": ["-y", "@a1-x-tech/mcp-google-docs@latest"],
      "env": {
        "GOOGLE_DOCS_CLIENT_ID": "your_client_id",
        "GOOGLE_DOCS_CLIENT_SECRET": "your_client_secret",
        "GOOGLE_DOCS_REFRESH_TOKEN": "your_refresh_token"
      }
    }
  }
}

In those builds, save it to ~/Library/Application Support/Claude/claude_desktop_config.json on macOS or %APPDATA%\Claude\claude_desktop_config.json on Windows.

Claude Desktop MCP documentation

Cursor

Add this to ~/.cursor/mcp.json on macOS/Linux or %USERPROFILE%\.cursor\mcp.json on Windows:

config.json
{
  "mcpServers": {
    "google-docs": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@a1-x-tech/mcp-google-docs@latest"],
      "env": {
        "GOOGLE_DOCS_CLIENT_ID": "your_client_id",
        "GOOGLE_DOCS_CLIENT_SECRET": "your_client_secret",
        "GOOGLE_DOCS_REFRESH_TOKEN": "your_refresh_token"
      }
    }
  }
}

Cursor MCP documentation

VS Code

Run MCP: Open User Configuration and add:

config.json
{
  "servers": {
    "google-docs": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@a1-x-tech/mcp-google-docs@latest"],
      "env": {
        "GOOGLE_DOCS_CLIENT_ID": "${input:docs_client_id}",
        "GOOGLE_DOCS_CLIENT_SECRET": "${input:docs_client_secret}",
        "GOOGLE_DOCS_REFRESH_TOKEN": "${input:docs_refresh_token}"
      }
    }
  },
  "inputs": [
    { "type": "promptString", "id": "docs_client_id", "description": "Google OAuth client ID" },
    { "type": "promptString", "id": "docs_client_secret", "description": "Google OAuth client secret", "password": true },
    { "type": "promptString", "id": "docs_refresh_token", "description": "Google OAuth refresh token", "password": true }
  ]
}

Check it with MCP: List Servers.

VS Code MCP documentation

What you can ask it to do

Read and export a document

  • Read this document as text with headings and tables, and summarize it.
  • Show the tab tree of the handbook document.
  • Export the spec as Markdown; save the contract as a PDF file.

Write and edit text

  • Create a meeting-notes document from this Markdown.
  • Insert a summary paragraph after the introduction.
  • Replace every β€œQ3” with β€œQ4” across the document.
  • Delete the outdated pricing section.

Format and structure

  • Turn these paragraphs into a numbered list; make this line a level-2 heading.
  • Bold the key terms and link them to the glossary.
  • Insert a 3Γ—4 table for the roadmap and fill in the header row.
  • Add a page break before the appendix; insert an image from a public URL.

Work with comments

  • List the open comment threads and summarize them.
  • Reply to the comment about the deadline and mark it resolved.
  • Add a comment quoting the sentence that needs legal review.

How a document changes

  1. create_document creates a document β€” empty, or converted from Markdown in one call.
  2. Content is addressed by indexes β€” UTF-16 positions inside a tab’s body β€” and every insert or delete shifts all later indexes. The server steers the assistant to take fresh indexes from read_document_text before each edit and to edit from the end of the document backwards.
  3. import_markdown replaces the entire body: comment anchors, positioned objects, headers/footers and extra tabs do not survive the conversion.
  4. Tabs can be read and targeted, but the API cannot create, rename, delete or reorder them.
  5. Comments live in Drive and are managed as threads. A new comment cannot be anchored to a text range β€” the anchor format is not public β€” so it attaches at document level, optionally quoting the text it refers to.

Exports are capped at 10 MB and do not include comments or suggestions. Inline images are fetched by Google from a public URL (PNG/JPEG/GIF, up to 50 MB and 25 megapixels); there is no channel for uploading image files.

What can change

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Workplace & Productivity View all alternatives
  • G
    Google Sheets MCP

    MCP server for the Google Sheets API: read and write ranges, sheets, formatting, charts, sharing.

    🏒 Workplace & Productivity0 views
    Compare vs Google Sheets MCP β†’
  • Google Docs MCP Server logoGoogle Docs MCP Server

    Google Docs MCP server with full tab support, markdown extraction, and batch updates.

    🏒 Workplace & Productivity0 views
    Compare vs Google Docs MCP Server β†’
  • G
    Google Calendar MCP

    MCP server for the Google Calendar API: events, recurrence, invitations, availability, calendars.

    🏒 Workplace & Productivity0 views
    Compare vs Google Calendar MCP β†’
  • MCP Server Trello logoMCP Server Trello

    MCP server for Trello boards with rate limiting, type safety, and comprehensive API integration.

    🏒 Workplace & Productivity0 views
    Compare vs MCP Server Trello β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Google Docs MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "google-docs-mcp": { "command": "npx", "args": ["-y", "Google Docs MCP"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewGoogle Docs MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/google-docs-mcp?style=directory)](https://allmcps.com/mcp/google-docs-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/google-docs-mcp"><img src="https://allmcps.com/api/badge/google-docs-mcp?style=directory" alt="Google Docs MCP on AllMCPs" /></a>

Technical Specs & Signals

Category🏒Workplace & Productivity
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedAug 30, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit8d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 30, 2026
40Quality signal: Fair Β· 40/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 1h ago via OSV.dev Β· @a1-x-tech/mcp-google-docs@latest (npm)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🏒 Workplace & Productivity β†’Best MCP servers for Workplace & Productivity β†’Alternatives to Google Docs MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code