Agent Tools
Back to MCP servers
● healthy

MCP server for Google Docs : create, read, edit, format, and manage documents through 26 tools. ## Features - Create and read document content with full structure - Insert, delete, and replace text at any position - Format text: bold, italic, underline, fonts, colors, links - Paragraph styles: alignment, spacing, headings (H1-H6) - Bulleted and numbered lists - Tables: insert, add/delete rows and columns, merge cells - Headers, footers, and section breaks - Named ranges for bookmarking content - Raw batchUpdate for any Docs API operation ## 26 Tools - **Document**: create and get document content - **Content**: insert text, delete, replace all, insert image, page break - **Text Formatting**: update text style, update paragraph style - **Lists**: create and delete bullets/numbering - **Tables**: insert table, add/delete rows and columns, merge/unmerge cells - **Headers & Footers**: create and delete headers and footers - **Sections & Named Ranges**: section breaks, create and delete named ranges - **Advanced**: raw batchUpdate pass-through ## Configuration - `GOOGLE_CLIENT_ID` : OAuth 2.0 Client ID from Google Cloud Console - `GOOGLE_CLIENT_SECRET` : OAuth 2.0 Client Secret - `GOOGLE_REFRESH_TOKEN` : Refresh token with documents scope

Transport
streamable-http
Auth
smithery_api_key
Cost

How to connect

MCP endpoint (streamable-http)
https://server.smithery.ai/node2flow/google-docs/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/node2flow/google-docs/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://github.com/node2flow-th/google-docs-mcp-community
Listed at (smithery)
https://github.com/node2flow-th/google-docs-mcp-community