Skip to content

Google Sheets

Free

by MCP Community

Google Sheets MCP server with allowlist-based permission control

v1.2.2Added Apr 12, 2026
mcpgoogle-sheetsmodel-context-protocol
Works with:ClaudeGPTGeminiCopilot

Google Sheets MCP Server

Google Sheets MCP server with allowlist-based permission control

Installation

npx -y @shivaduke28/google-sheets-mcp

Reviews

Leave a Review

Installation

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