Google Docs for your agents.
Connect Google Docs once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 4 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Google Docs.
What agents can do with Google Docs
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
google-docs_get_documentFetch a document's content and metadata by id. The document id is from the document URL (the long string between /d/ and /edit).
google-docs_create_documentCreate a new blank document. `title` is the document title. Returns the new document id and URL.
google-docs_append_textAppend text to the end of a document. Uses batchUpdate with insertText. `text` is the content to append.
google-docs_batch_updateApply one or more update operations to a document. `requests` is an array of request objects supporting insertText, replaceAllText, deleteContentRange, insertInlineImage, and many others. See the Google Docs API reference for all request types.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- This service uses OAuth: there is no key to paste.
- Click Connect and approve access on Google's page in Even's browser.
- If Connect reports no OAuth app is configured, an admin must register a Google app and configure the broker first.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Google Docs to Even: call connect_begin("google-docs") on the even-connect MCP and walk me through it.
Create a new Google Doc document and then append meeting minutes with automatic formatting.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.