coda-mcp-server
Related Servers
Alternatives to coda-mcp-server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceA Model Context Protocol server that enables AI assistants to interact with Coda documents, allowing operations like listing, creating, reading, updating, and duplicating pages.195,790 npm63MIT
- AlicenseNot gradedqualityDmaintenanceProvides a standardized interface for interacting with Google Docs through the Model Context Protocol, enabling document management and content operations via natural language.2MIT

Cyoda Calculation Node MCPofficial
AlicenseBqualityDmaintenanceEnables AI assistants to interact with Cyoda platform entities and workflows through the Model Context Protocol, supporting entity management, workflow execution, and data synchronization.131Apache 2.0- AlicenseNot gradedqualityDmaintenanceEnables AI agents to interact directly with Google Sheets to create, read, and edit spreadsheets through the Model Context Protocol. It supports a wide range of actions including cell manipulation, row and column management, and sheet organization.194 npmMIT
- FlicenseAqualityDmaintenanceEnables interaction with Grist documents, workspaces, and records via the Model Context Protocol. It supports comprehensive operations including SQL querying, schema management, and record CRUD functionality.11117 npm3-
- AlicenseAqualityBmaintenanceEnables AI coding agents to read, write, and query Google Sheets as a database through the Model Context Protocol.6114 npmMIT
TDQS
Scored across 26 tools
Every tool targets a distinct resource and operation (doc, page, table, row, column, formula, export, user). There is no ambiguity between tools; even related tools like delete_row and delete_rows are clearly differentiated by singular vs plural.
Most tools follow a consistent verb_noun pattern (e.g., create_doc, list_pages, get_row). Minor deviations include 'whoami' and 'push_button', but overall the naming is predictable and readable.
26 tools cover a broad domain (docs, pages, tables, rows, columns, formulas, exports, user). While slightly on the higher side, the count is justified by the complexity of Coda's API and does not feel excessive.
Significant gaps exist: there is no single create_row tool (only upsert_rows), columns are read-only (no create/update/delete column), and formulas have no mutation tools. The surface is incomplete for basic CRUD on rows and columns.