Prerequisites
Before you begin, create an account and get your API Key.
Getting started
Connect to Google Docs to create, edit, and manage Google Docs documents and collaborate on content through AI agents.- API
- UI
- Open Source
1
Install the SDKs (optional)
2
Create a Strata MCP Server with Google Docs
3
Authenticate
🎉 Your Google Docs MCP Server is ready! Once authentication is complete, you can use your MCP server URL with any MCP-compatible client.
Available Tools
Tools Information
Tools Information
Tool Name | Description |
---|---|
google_docs_get_document_by_id | Retrieve a Google Docs document by ID |
google_docs_get_all_documents | Get all Google Docs documents from the user’s Drive |
google_docs_insert_text_at_end | Insert text at the end of a Google Docs document |
google_docs_create_blank_document | Create a new blank Google Docs document with a title |
google_docs_create_document_from_text | Create a new Google Docs document with specified text content |
For more details about tool input schema, use the get_tools API.