google-sheets-mcp
Related Servers
Alternatives to google-sheets-mcp
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceEnables Claude to read, write, append, create, and clear Google Sheets data using natural language.-
- AlicenseNot gradedqualityBmaintenanceEnables reading, writing, and managing Google Sheets from Claude and any MCP-compatible AI client through tools like append_row, update_range, and batch updates.270 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables Claude to read, write, append, and clear data in Google Sheets directly using a Google Cloud Service Account. It provides tools for real-time spreadsheet interaction, including fetching sheet metadata and managing cell ranges through simple commands.568 npmMIT
- FlicenseNot gradedqualityDmaintenanceEnables Claude Desktop to interact with Google Sheets through the Sheeter API, allowing users to create, read, write, update, and analyze spreadsheet data through natural language conversations.-
- AlicenseNot gradedqualityBmaintenanceEnables Claude Desktop to read, write, and manage Google Sheets through natural language conversation using the Model Context Protocol.7 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables Claude to read and edit individual cells and ranges in Google Sheets via a local stdio server, authenticating as the user with a one-time Google sign-in.MIT
TDQS
Scored across 3 tools
Each tool targets a distinct operation: appending a row, reading a sheet, and updating a cell. There is no overlap in functionality, making it clear to an agent which tool to select.
All tool names follow the consistent verb_noun pattern: append_row, read_sheet, update_cell. This makes the set predictable and easy to understand.
With 3 tools, the set is slightly lean but still reasonable for basic Google Sheets operations. It covers create (append), read, and update, but lacks a delete operation, which is a minor shortfall.
The set covers core CRUD operations except delete, and lacks ability to create or delete sheets themselves. Agents may need additional functionality for full lifecycle management, indicating notable gaps.