Skip to content

Google Sheets

Free

by MCP Community

MCP server for Google Sheets - read, write, and query spreadsheet data

v1.2.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Google Sheets MCP Server

MCP server for Google Sheets - read, write, and query spreadsheet data

Installation

Reviews

Leave a Review

Installation

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