A1 Google Sheets MCP
Related Servers
Alternatives to A1 Google Sheets MCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Google Sheets via natural language, supporting CRUD operations, listing, sharing, and batch updates.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Google Sheets, allowing CRUD operations, sheet management, and data manipulation through natural language.MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to read, write, and format Google Sheets using the Google Sheets API v4.1-
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Google Sheets, performing operations like creating, reading, updating, and clearing spreadsheet data.1MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to read, write, and manage Google Sheets using the Google Sheets API v4.MIT
- AlicenseNot gradedqualityFmaintenanceEnables AI assistants to interact with Google Sheets for reading, writing, and managing spreadsheets through a set of MCP tools.MIT
TDQS
Scored across 20 tools
Every tool targets a distinct resource or action: values, structure, formatting, validation, conditional formatting, charts, tables, permissions, and protected ranges are all cleanly separated. Even close pairs like write_values vs batch_write_values and manage_permissions vs manage_protected_ranges are explicitly scoped so an agent can tell them apart.
The tools overwhelmingly follow a snake_case verb_noun pattern such as create_spreadsheet, read_values, and manage_sheets, with a consistent manage_* group. raw_request is the one non-verb deviation, and set_frozen uses an adjective rather than a noun, but these are minor and do not create confusion.
At 20 tools, the set sits in the 16-25 range that feels heavy for an agent to scan, though the Google Sheets domain is broad enough that each tool has a plausible purpose. It is borderline rather than bloated, but still above the ideal 3-15 range.
The toolset covers the core spreadsheet lifecycle well: create/read/search spreadsheets, CRUD for sheets, dimensions, tables, charts, permissions, protections, plus full read/write/append/clear values and formatting/validation/conditional-format rules. Minor gaps remain around Drive-level file operations like deleting or moving a spreadsheet, and some conveniences like named-range management are left to raw_request, but the escape hatch covers most Sheets-API gaps.