ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Google Sheets with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Interact with Google Sheets to read, write, and manipulate data via AI.

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 · 10 capabilities

The complete Google Sheets capability set.

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

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Google Sheets.

  1. 01

    Update sheet values

    Update values in a specific range

  2. 02

    Delete sheet

    Delete a sheet from a spreadsheet

  3. 03

    Get sheet values

    Read values from a specific range

  4. 04

    Get spreadsheet

    Get spreadsheet metadata and sheets

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Google Sheets.

  1. 05

    Add sheet

    Add a new sheet to a spreadsheet

  2. 06

    Append sheet values

    Append rows of data to a table

  3. 07

    Batch get values

    Read multiple ranges of values

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Google Sheets.

  1. 08

    Batch update spreadsheet

    Apply multiple updates to a spreadsheet structure/formatting

  2. 09

    Clear sheet values

    Clear values from a range

  3. 10

    Create spreadsheet

    Create a new Google Spreadsheet

Observed, not estimated

864ms average. Fast in production.

Google Sheets is checked daily against the live service.

Daily averagePeak 1069ms
Aug 20Today
Fastest day
697ms
Slowest day
1069ms
14-day trend
Slowing+10%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 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 Sheets, so you can see the experience inside your AI.

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

Google Sheets Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_IXp4EVSbzCX5sypbeaTs25uQjdbdgTlCg44qJtpk/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 Sheets capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "google-sheets-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_IXp4EVSbzCX5sypbeaTs25uQjdbdgTlCg44qJtpk/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

FAQ

Questions Google Sheets owners ask.

  • 01

    How do I specify which cells to read or update?

    You use 'A1 notation'. For example, 'Sheet1!A1:B5' refers to the first two columns and first five rows of the tab named 'Sheet1'. If you just say 'Sheet1', it attempts to read the active data range.

  • 02

    Can I add a new row of data without knowing the exact empty row number?

    Yes! Use the append_sheet_values capability. You simply provide the range of the table (e.g., 'Sheet1!A:C') and the data you want to add. It automatically appends to the next empty row.

  • 03

    Can it delete sheets completely?

    The capability endpoints are restricted to inside-sheet operations. It cannot delete the root spreadsheet itself from your Drive to prevent catastrophic destructive commands.