mcps / google-docs
✓ MCPExplorer Verified

Google Docs MCP server

Create, read, and edit Google Docs from your agent.

ProductivityGoogle OAuthFree · open source

01What it is

A popular community MCP server for Google Docs: an agent can create, read, and edit documents in your Google account — and reach the wider suite (Sheets, Drive, Gmail, Calendar) too. Runs over Google OAuth; a one-time `auth` run saves a refresh token locally. For Drive and Sheets specifically see the Google Drive MCP, or Google's own servers on the Google Workspace page.

Who it’s for: Anyone who wants an agent that drafts and edits real Google Docs, not just reads them.


02Highlights
Create & edit docs
Draft new documents and edit existing ones directly in Google Docs.
Full-suite reach
Also touches Sheets, Drive, Gmail, and Calendar when you need it.
OAuth, one-time auth
A single `auth` run saves a refresh token; scoped to what you grant.

03Add it to your agent

Local MCP server — runs on your machine via the command below.

GOOGLE_CLIENT_ID=xxx GOOGLE_CLIENT_SECRET=xxx npx -y @a-bonus/google-docs-mcp auth
{ "mcpServers": { "google-docs": { "command": "npx", "args": ["-y","@a-bonus/google-docs-mcp"] } } }

07FAQ
What is Google Docs MCP?

A popular community MCP server for Google Docs: an agent can create, read, and edit documents in your Google account — and reach the wider suite (Sheets, Drive, Gmail, Calendar) too. Runs over Google OAuth; a one-time `auth` run saves a refresh token locally. For Drive and Sheets specifically see the Google Drive MCP, or Google's own servers on the Google Workspace page.

Who is Google Docs for?

Anyone who wants an agent that drafts and edits real Google Docs, not just reads them.

How do I connect Google Docs to my agent?

Google Docs runs locally over stdio. Add it to your MCP client config: GOOGLE_CLIENT_ID=xxx GOOGLE_CLIENT_SECRET=xxx npx -y @a-bonus/google-docs-mcp auth.

Does Google Docs require authentication?

Yes — Google Docs authenticates with Google OAuth. You connect your own account, and it acts only within the scopes you grant.

How much does Google Docs cost?

Free · open source.

Is Google Docs verified on MCPExplorer?

Yes — Google Docs is hand-checked and featured on MCPExplorer. We pull its real tool surface, required scopes, and risk labels from the live index so you can see exactly what it does before connecting.


08Similar MCPs

Other MCP servers worth a look in Productivity.

Google Workspace
Productivity
Gmail, Calendar & Drive for agents.
Google Drive
Productivity
Search and read Drive files, read and edit Sheets, from your agent.
ChatSEO
SEO & content
An AI SEO agent inside your MCP client.
Apex
LinkedIn & outbound
Governed LinkedIn hands for your AI agent.

09Badge

Google Docs is featured on MCPExplorer. Add this badge to Google Docs’s site or README — it links back to this page.

Google Docs MCP — as seen on mcpexplorer.com

HTML — for your website

<a href="https://mcpexplorer.com/mcps/google-docs" target="_blank" rel="noopener"><img src="https://mcpexplorer.com/badge/google-docs.svg" alt="Google Docs MCP — as seen on mcpexplorer.com" height="20" /></a>

Markdown — for a README

[![Google Docs MCP — as seen on mcpexplorer.com](https://mcpexplorer.com/badge/google-docs.svg)](https://mcpexplorer.com/mcps/google-docs)

Get started

Set up Google Docs and put it to work — Free · open source. Or see its full verified profile.