ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Google Docs with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Turn your chat interface into a full document editor.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 6 capabilities

The complete Google Docs capability set.

These are the exact actions your AI can choose when you ask it to work with Google Docs.

Capability set01 / 02

01-03

3 capabilities in this set.

Part of 6 available through Google Docs.

  1. 01

    Get document text

    Reads the plain text of a Google Doc. Use this when you need your agent to summarize or search content without worrying about layout.

  2. 02

    Export document

    Converts a Google Doc into a file like PDF, DOCX, or HTML. Use this to download your finished work in a specific format.

  3. 03

    Get document

    Retrieves the full structural layout of a Google Doc. Use this when your agent needs to understand sections and formatting before making edits.

Capability set02 / 02

04-06

3 capabilities in this set.

Part of 6 available through Google Docs.

  1. 04

    Create document

    Starts a brand new Google Doc. You can provide a title and initial text to get a document started immediately.

  2. 05

    Insert text

    Adds new content or notes to a specific spot in a document. It uses character indices to place text exactly where you want it.

  3. 06

    Replace text

    Performs find-and-replace operations using regex. This is how you rename terms or bulk-edit text across the whole document.

One connector, every AI

Google Docs works with the most popular AI clients.

These are the most popular clients, each with a step-by-step guide: one link, set up once, with governance and visibility built in. And because everything runs on the MCP standard, the same connection also works in any other compatible client — nothing to rebuild.

Building your own app? The connector is yours to use.

You don't need a client to put Google Docs to work: the same hosted connection plugs into your own applications and agent code, with the same governance on every request. Build with it, chat with it — one connection for both.

Observed, not estimated

942ms average. Fast in production.

Google Docs is checked daily against the live service.

Daily averagePeak 942ms
Sep 19Today
Fastest day
942ms
Slowest day
942ms
14-day trend
Stable0%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 6 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Google Docs, so you can see the experience inside your AI.

It does not authenticate your account with Google Docs. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Google Docs Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_mAxS5JN1dGWGR2njiGhZGnTCMlzA5y8ce250qBs6/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Google Docs capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "google-docs-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_mAxS5JN1dGWGR2njiGhZGnTCMlzA5y8ce250qBs6/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

Guided setup for Claude? How to give Claude access to Google Docs

See all the AI clients this connector works with ↑

Who it's for

Built for the work Google Docs owners hand off.

This MCP is built for anyone who spends their day moving text between chat interfaces and Google Workspace.

  • 01

    Writers

    Hand off the task of maintaining terminology consistency and rewriting passages across long documents.

  • 02

    Researchers

    Let your agent pull text from various docs to synthesize information or search for specific data points.

  • 03

    Automation Specialists

    Use the agent to turn raw notes into formatted drafts and export them without manual intervention.

FAQ

Questions Google Docs owners ask.

  • 01

    How does the agent access my files?

    The agent uses the official Google Docs API and acts only on the documents your specific Google account has permission to access.

  • 02

    Can I export files to Word?

    Yes, you can export documents as DOCX using the export capability.

  • 03

    What happens if I want to keep the document formatting?

    Use the get_document capability instead of get_document_text to ensure the agent understands the document structure and layout.

  • 04

    Is it safe to use my Client Secret here?

    Vinkius hosts the MCP and manages your credentials securely so you don't have to run the connection locally.

  • 05

    Can the agent use regex for find and replace?

    Yes, the replace_text capability supports standard regex with capture groups for advanced editing.