Google Sheets
Freeby MCP Community
Google Sheets MCP server with allowlist-based permission control
v1.2.2Added Apr 12, 2026
mcpgoogle-sheetsmodel-context-protocol
Google Sheets MCP Server
Google Sheets MCP server with allowlist-based permission control
Installation
npx -y @shivaduke28/google-sheets-mcp
Reviews
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"]
}
}
}