Sheets
Freeby MCP Community
MCP server for Google Sheets integration with OAuth authentication, spreadsheet management, batch operations, and advanced formatting
v1.0.7Added Apr 12, 2026
sheetsgoogle sheetsgooglespreadsheetmcp
Sheets MCP Server
MCP server for Google Sheets integration with OAuth authentication, spreadsheet management, batch operations, and advanced formatting
Installation
npx -y @mcp-z/mcp-sheets
Reviews
Installation
Quick install
npx -y @mcp-z/mcp-sheets
Add to claude_desktop_config.json
{
"mcpServers": {
"sheets": {
"command": "npx",
"args": ["-y", "@mcp-z/mcp-sheets"]
}
}
}