Google Sheets
Freeby MCP Community
MCP server for Google Sheets - read, write, and query spreadsheet data
v1.2.0Added Apr 12, 2026
Google Sheets MCP Server
MCP server for Google Sheets - read, write, and query spreadsheet data
Installation
Reviews
Installation
Quick install
npx -y google-sheets-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"google-sheets": {
"command": "npx",
"args": ["-y", "google-sheets-mcp"]
}
}
}