Gsheets
Freeby MCP Community
Model Context Protocol (MCP) server for Google Sheets API integration
v1.6.0Added Apr 12, 2026
mcpmodel-context-protocolgoogle-sheetsspreadsheetapi
Gsheets MCP Server
Model Context Protocol (MCP) server for Google Sheets API integration
Installation
Reviews
Installation
Quick install
npx -y mcp-gsheets
Add to claude_desktop_config.json
{
"mcpServers": {
"gsheets": {
"command": "npx",
"args": ["-y", "mcp-gsheets"]
}
}
}