Agentโ™ฅ๏ธŽAge
Catalog

com.pulsemcp/google-docs

Official

by pulsemcp ยท TypeScript

MCP server for Google Docs integration with OAuth2 and service account support.

com.pulsemcp/google-docs (MCP) Server

This MCP server provides Google Docs integration for AI assistants. It supports reading and modifying Google Docs using document IDs or shareable URLs, with authentication via OAuth2 for personal Google accounts and service accounts (with domain-wide delegation) for Google Workspace.

๐Ÿ› ๏ธ Key Features

  • Read documents: fetch full body or heading outline
  • Create documents: create new Google Docs with optional initial content
  • Edit documents:
    • Append text to the end of a document
    • Insert text at a specific index
    • Replace all occurr

๐Ÿš€ Use Cases

  • Retrieve complete Google Doc content for downstream AI processing
  • Extract just the heading outline for summarization or navigation
  • Generate and update documents with controlled text placement

โšก Developer Benefits

  • Uses OAuth2 and service account with domain-wide delegation
  • Operates on documents by ID or shareable URL

โš ๏ธ Limitations

  • The provided excerpt does not specify behavior for unsupported edit operations or access errors