Google Sheets
Freeby Indie Developer
Read, write, and manipulate Google Sheets spreadsheets.
v1.0.0Added Dec 20, 2024
googlesheetsspreadsheet
Google Sheets MCP Server
Read, write, and manipulate Google Sheets spreadsheets.
Features
- Cell operations
- Formulas
- Charts
- Formatting
- Sheet management
Installation
{
"mcpServers": {
"google-sheets": {
"command": "npx",
"args": ["-y", "mcp-google-sheets"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-google-sheets
Add to claude_desktop_config.json
{
"mcpServers": {
"google-sheets": {
"command": "npx",
"args": ["-y", "mcp-google-sheets"]
}
}
}