google-docs-mcp-server

google-docs-mcp-server

3.7

google-docs-mcp-server is hosted online, so all tools can be tested directly either in theTools tabor in theOnline Client.

If you are the rightful owner of google-docs-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.

A powerful Model Context Protocol (MCP) server implementation for seamless Google Docs API integration, enabling AI assistants to create, read, update, and manage Google Docs.

google_docs_create

Create a new Google Doc

Try it

Title of the document

    Initial content of the document (plain text)

        Result:

        google_docs_get

        Get a Google Doc by ID

        Try it

        ID of the document to retrieve

            Result:

            google_docs_update

            Update a Google Doc with new content

            Try it

            ID of the document to update

              New content to add or replace (plain text)

                Whether to replace all content (true) or append (false)

                Whether to replace all content (true) or append (false)

                    Result:

                    google_docs_append

                    Append content to the end of a Google Doc

                    Try it

                    ID of the document to append to

                      Content to append (plain text)

                          Result:

                          google_docs_list

                          List Google Docs accessible to the authenticated user

                          Try it

                          Number of documents to return (default: 10)

                            Token for pagination

                                Result:

                                google_docs_delete

                                Delete a Google Doc

                                Try it

                                ID of the document to delete

                                    Result:

                                    google_docs_export

                                    Export a Google Doc to different formats

                                    Try it

                                    ID of the document to export

                                      MIME type for export (e.g., "application/pdf", "text/plain")

                                          Result:

                                          google_docs_share

                                          Share a Google Doc with specific users

                                          Try it

                                          ID of the document to share

                                            Email address to share with

                                              Role to assign (reader, writer, commenter)

                                                  Result:

                                                  google_docs_search

                                                  Search for Google Docs by title or content

                                                  Try it

                                                  Search query for document title or content

                                                    Number of results to return (default: 10)

                                                      Token for pagination

                                                          Result:

                                                          google_docs_verify_connection

                                                          Verify connection with Google Docs API and check credentials

                                                          Try it

                                                            Result: