Skip to main content

Overview

Integrate Google Docs to create, edit, and format documents seamlessly from CORE. Access 8 tools for complete document management including text manipulation, rich formatting, image insertion, and automated report generation without leaving your workspace.

Setup Guide

  • Authentication Type : OAuth 2.0 (Google)

How to Connect

  1. Navigate to CORE DashboardIntegrations
  2. Click on the Google Docs card
  3. Click Connect to authorize CORE
  4. You’ll be redirected to Google to authorize the application
  5. Grant the required permissions
  6. You’ll be redirected back to CORE once connected

Use Cases

When you ask CORE to perform Google Docs tasks, it uses MCP tools to execute your requests:
Scenario: Create professional documents programmatically with structured content
The agent will:
  1. Use create_document to generate the new document
  2. Use append_text to add content sections
  3. Use format_text to apply styling and structure
  4. Use insert_image to add the logo
Scenario: Modify existing documents with text insertions and replacements
The agent will:
  1. Use read_document to understand current content
  2. Use replace_text to update placeholder text
  3. Use append_text to add new sections
Scenario: Apply professional formatting with consistent styling
The agent will use format_text to apply styling including bold, italic, font sizes, and colors to specific text ranges.
Scenario: Embed visual content in documents for enhanced presentations
The agent will use insert_image with valid image URIs to embed pictures, charts, or screenshots at specific locations with custom sizing.
Scenario: Build automated document generation workflows for recurring reports
The agent will:
  1. Use create_document for template creation
  2. Use append_text for dynamic content insertion
  3. Use format_text for consistent formatting
  4. Use insert_image for visual elements

Scopes

  • https://www.googleapis.com/auth/documents - Read and write access to documents
  • https://www.googleapis.com/auth/drive.readonly - Read-only access to Google Drive for file discovery

Available MCP Tools

The Google Docs integration provides 8 tools for comprehensive document management:

Need Help?

Join our Discord community for support in #core-support