Google Sheets MCP Server
Related Servers
Alternatives to Google Sheets MCP Server
No user-submitted related servers found.
Related Servers
- 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.22 npmMIT
- AlicenseNot gradedqualityFmaintenanceEnables AI assistants to interact with Google Sheets for reading, writing, and managing spreadsheets through a set of MCP tools.MIT
- FlicenseNot gradedqualityDmaintenanceEnables Claude to read, write, append, create, and clear Google Sheets data using natural language.-
- AlicenseNot gradedqualityCmaintenanceEnables Claude Code to read and write Google Sheets, including cell operations, row appending, sheet creation, formatting, and batch updates via the Google Sheets API.MIT
- AlicenseNot gradedqualityCmaintenanceEnables MCP clients like Claude Desktop and Cursor to interact with Google Docs, Sheets, and Drive, providing tools for reading, writing, formatting documents, managing spreadsheets, and searching Drive files.MIT
- AlicenseNot gradedqualityBmaintenanceLets Claude read, write, and format Google Sheets directly through a small self-hosted MCP server. It provides tools for listing tabs, reading and overwriting ranges, appending rows, and applying batch formatting.258 npmMIT
TDQS
Scored across 27 tools
Every tool targets a distinct operation: sheet management, cell reads/writes, row/column modifications, formatting, charts, sorting, find/replace, and sharing. Even similar tools like read_cells vs batch_read and write_cells vs batch_write are clearly separated by single vs. multi-range scope, and descriptions clarify the boundaries.
All tool names follow a consistent snake_case verb_noun pattern (e.g., create_sheet, delete_sheet, read_cells, format_cells, list_charts). No camelCase or mismatched conventions are present, and verbs are consistently placed first.
With 27 tools, the set exceeds the 25-tool threshold for 'heavy' servers. While each tool has a clear purpose, the count feels excessive for typical spreadsheet interactions; some batch and formatting operations could be consolidated without losing functionality.
Core spreadsheet and sheet lifecycle operations are well covered (create, read, list, rename, duplicate, delete sheets; read/write cells; row/column manipulation; charts; sharing). However, there is no tool to delete a spreadsheet or rename the spreadsheet itself, which are notable gaps in full lifecycle management.