Google Docs for Claude, Cursor, ChatGPT & agents
Google Docs — read existing Google Docs by ID, create new docs with optional initial body, and search your Docs by name or full text via Drive
curl -fsSL https://syncorelabs.ai/install.sh | shmacOS / Linux. Windows + manual install.
What it does
Google Docs — read existing Google Docs by ID, create new docs with optional initial body, and search your Docs by name or full text via Drive. Use when the user mentions Google Docs, gdoc, document, write-up, brief, draft, or wants to find / read / create text documents in their Google account.
The Google Docs skill is one of 75+ pre-wired Syncore integrations that any MCP-compatible client — Claude Desktop, Claude Code, Cursor, Windsurf, Codex CLI, and ChatGPT desktop — can call out of the box. You don't configure MCP servers or copy API keys into a JSON file; the Syncore daemon discovers the skill at startup and exposes its tools to whichever AI client is running.
Sample prompts
Once Syncore is installed and Google Docs is connected, ask your agent something like:
- “Find the design doc for the auth migration and read it in full.”
- “Create a new Google Doc titled 'Sprint 23 retro' with sections What Went Well / What Didn't.”
- “Search my Drive for any doc mentioning 'master key v3' and summarize.”
Tools available (4)
google-docs__get_documentFetch a Google Doc by ID and return title + body text. By default body is capped at 6000 chars to keep responses small for multi-step tasks; truncation signals (body_truncated, body_full_length) are returned. Pass include_full_body=true for the entire document.
google-docs__create_documentCreate / make / start a new Google Doc with a title and optional initial body text. Use when the user wants to draft a brief, write a doc, capture meeting notes, or spin up a new gdoc.
google-docs__search_documentsSearch / find Google Docs by name or full text using the Drive API. Use when the user wants to locate a doc by topic, title fragment, or remembered phrase.
google-docs__delete_documentDelete a Google Doc. Docs are Drive files, so this goes through the Drive API. Default soft-delete (Trash for ~30 days, recoverable via the Drive UI); `permanent=true` bypasses Trash and deletes immediately. Idempotent on 404.
How to connect
Google Docs needs a one-click OAuth grant to talk to google. Connect it from the Syncore dashboard:
- Run
curl -fsSL https://syncorelabs.ai/install.sh | shon macOS / Linux (or the PowerShell command on Windows). - Run
syncore loginto create your account and a device-bound encryption key. - Visit syncorelabs.ai/connect and authorize Google Docs.
- Run
syncore updateto sync the skill + credentials to every installed AI client.
Pricing
Free at every Syncore tier. Connect your account once at /connect; the OAuth or API-key credential stays encrypted on your machine and syncs to your other devices via the Syncore vault.
See the full Syncore pricing breakdown — Free $0/mo, Pro $29/mo, Ultra $99/mo — on the homepage.
Related
Looking at Google Docs? You may also want:
- Airtable — list bases, read / query records with filter formulas, create new rows, and update fields on existing records via Airtable REST API
- Apple Calendar — list calendars, today's events, upcoming events, search by free-text, create / update / delete events with attendees, location, all-day flag
- Apple Reminders — list reminder lists with incomplete counts, list reminders inside a list, surface today's due + overdue items, create / update / complete / del...
- Asana — list workspaces and projects, list / create tasks, set due dates, and mark tasks complete
- Cal.com — list and manage bookings, event types, availability schedules; create / cancel / reschedule meetings on the user's Cal.com account
Or browse all 75 skills in the Syncore catalog.