Connects Claude to Google Docs through an OAuth proxy setup, giving you tools to read full document structure or plain text, create new docs, and apply batch edits like inserting text, find and replace, table manipulation, and formatting changes. The architecture is stateless: it handles the OAuth dance with Google on your behalf but stores nothing, just forwards tokens through. Good for workflows where you need Claude to pull info from existing docs (contract Q&A, meeting notes synthesis) or maintain persistent context across sessions by reading and updating a planning log. Pairs with google-drive-mcp for file discovery and permissions. Requires creating OAuth credentials in Google Cloud Console and running the server locally.
claude mcp add --transport stdio domdomegg-google-documents-mcp uvx google-documents-mcp