Google Docs MCP Server provides a bridge between Claude Desktop (or other MCP clients) and Google Docs, enabling AI assistants to read document content, append text, and apply formatting to specific text within documents. Built with TypeScript and the fastmcp library, it handles OAuth 2.0 authentication with Google's APIs and offers three main tools: readGoogleDoc for fetching document content, appendToGoogleDoc for adding text to documents, and formatMatchingText for applying styling (bold, color, etc.) to specific text instances. The server is designed for users who want their AI assistants to interact directly with their Google Documents, making it useful for collaborative writing, document analysis, or automated content generation.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Read content as plain text, JSON, or markdown.
Append text to a document.
Insert text at a specific position.
Remove content by index range.
List all tabs in a multi-tab document.
Replace entire document content from markdown.
Append markdown-formatted content.
Bold, italic, colors, font size, links.
Alignment, spacing, indentation.
Create tables.
Insert page breaks.
Insert images from URLs or local files.
View all comments with author and date.
Get a specific comment with replies.
Create a comment anchored to text.
Reply to an existing comment.
Mark a comment as resolved.
Remove a comment.
Read data from a range (A1 notation).
Write data to a range.
Add rows to a sheet.
Clear cell values.
Create a new spreadsheet.
Add a sheet/tab.
Get metadata and sheet list.
Find spreadsheets.
Bold, colors, alignment on cell ranges.
Pin header rows/columns.
Add/remove dropdown lists on cells.
List documents, optionally filtered by date.
Search by name or content.
Get document metadata.
Create a new document.
Create from an existing template.
Create a folder.
List folder contents.
Get folder metadata.
Move a file to another folder.
Duplicate a file.
Rename a file.
Move to trash or permanently delete.