Sheets
Freeby MCP Community
MCP server for Google Sheets — read, write, and manage spreadsheets from any MCP client
v0.1.1Added Apr 12, 2026
mcpgoogle-sheetsspreadsheetclaudeai
Sheets MCP Server
MCP server for Google Sheets — read, write, and manage spreadsheets from any MCP client
Installation
npx -y @whizzy/mcp-sheets
Reviews
Installation
Quick install
npx -y @whizzy/mcp-sheets
Add to claude_desktop_config.json
{
"mcpServers": {
"sheets": {
"command": "npx",
"args": ["-y", "@whizzy/mcp-sheets"]
}
}
}