productivity
Google Docs MCP, CLI, and Lua Integration for AI Agents
Google Docs integration docs for AI agents: MCP gateway setup, Google Docs CLI commands, Lua API reference, credentials, and function schemas.Google Docs for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
google-docs.google_docs_documents_get | Read read | 0 | Documents Get (GET /v1/documents/{documentId}). |
google-docs.google_docs_documents_batch_update | Write write | 0 | Documents Batch Update (POST /v1/documents/{documentId}:batchUpdate). |
google-docs.google_docs_documents_create | Write write | 0 | Documents Create (POST /v1/documents). |