Skip to content

Google Sheets

Free

by Indie Developer

Read, write, and manipulate Google Sheets spreadsheets.

v1.0.0Added Dec 20, 2024
googlesheetsspreadsheet
Works with:ClaudeGPTGeminiCopilot

Google Sheets MCP Server

Read, write, and manipulate Google Sheets spreadsheets.

Features

  • Cell operations
  • Formulas
  • Charts
  • Formatting
  • Sheet management

Installation

{
  "mcpServers": {
    "google-sheets": {
      "command": "npx",
      "args": ["-y", "mcp-google-sheets"]
    }
  }
}

Reviews

Leave a Review

Installation

Quick install
npx -y mcp-google-sheets
Add to claude_desktop_config.json
{
  "mcpServers": {
    "google-sheets": {
      "command": "npx",
      "args": ["-y", "mcp-google-sheets"]
    }
  }
}