google-docs-mcp-server
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@mcphub.com.
A Model Context Protocol (MCP) server for Google Docs API, allowing language models to create, search, append to, and update Google Docs.
The Google Docs MCP Server is designed to facilitate seamless interaction between language models and Google Docs through the Google Docs API. This server allows users to perform various operations on Google Docs, such as searching for documents, creating new documents, appending content to existing documents, and updating document content. It leverages the power of the Google Cloud Platform and requires setting up OAuth 2.0 credentials to authenticate and authorize API requests. The server is built using Node.js and includes an Extism WebAssembly plugin to handle API interactions efficiently. This setup ensures that language models can manage Google Docs effectively, making it a valuable tool for automating document-related tasks.
Features
- Search Docs: Search for Google Docs in Drive with custom queries.
- Create Doc: Create new Google Docs with optional initial content.
- Append to Doc: Append content to the end of an existing Google Doc.
- Update Doc: Replace content in an existing Google Doc with new content.