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.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Read content from a Google Document. Returns the content in plain text, JSON structure, or markdown format.
Add text to the end of a Google Document.
Place text at a specific position within a Google Document.
Remove a specified range of content from a Google Document.
Apply rich styling (bold, italic, colors, etc.) to text in a Google Document.
Control paragraph layout (alignment, spacing, etc.) in a Google Document.
Format text by matching specific content within a Google Document.
Create a table in a Google Document.
Insert a page break in a Google Document.
Find and list Google Documents accessible to the user.
Search for Google Documents based on a query.
Retrieve a list of recently accessed Google Documents.
Get detailed metadata information for a specified Google Document.
Create a new folder in Google Drive.
List the contents of a specified folder in Google Drive.
Get detailed information about a specified folder in Google Drive.
Move a file to a different location in Google Drive.
Create a copy of a file in Google Drive.
Rename a specified file in Google Drive.
Delete a specified file from Google Drive.
Create a new Google Document.
Create a new Google Document from a specified template.