Google Sheets
Freeby MCP Community
MCP server for Google Sheets via Apps Script
v1.1.0Added Apr 12, 2026
mcpgooglesheetsapps-script
Google Sheets MCP Server
MCP server for Google Sheets via Apps Script
Installation
npx -y @zhenujt123/google-sheets-mcp
Reviews
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"]
}
}
}