Skip to content

Google Sheets

Free

by MCP Community

MCP server for Google Sheets via Apps Script

v1.1.0Added Apr 12, 2026
mcpgooglesheetsapps-script
Works with:ClaudeGPTGeminiCopilot

Google Sheets MCP Server

MCP server for Google Sheets via Apps Script

Installation

npx -y @zhenujt123/google-sheets-mcp

Reviews

Leave a Review

Installation

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