Coda MCP Server
Related Servers
Alternatives to Coda MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceEnables AI assistants to interact with Coda docs, pages, tables, rows, formulas, and more via the Coda API, offering 54 tools, 12 resources, and 5 prompts for comprehensive document management.54620 PyPI2MIT
- FlicenseAqualityNot gradedmaintenanceProvides 15 core tools for managing Coda documents, tables, and rows through HTTP, SSE, and stdio transports. It is specifically optimized for stability with LangSmith Agent Builder and supports document manipulation, data retrieval, and formula execution.15-
- AlicenseAqualityFmaintenanceIntegrates Coda.io with Claude, enabling direct access to docs, pages, tables, and data via natural language commands.352 npm1MIT
- FlicenseNot gradedqualityCmaintenanceProvides 44 tools to interact with the Todoist API v1, enabling task, project, and label management, with read, write, and destructive operations.-
- AlicenseBqualityDmaintenanceProvides comprehensive access to the Airtable Web API, enabling AI assistants to create and manage bases, tables, fields, records, views, and webhooks with support for 25+ field types, batch operations, and enterprise features.327 npm2MIT
- AlicenseNot gradedqualityCmaintenanceProvides access to the full YNAB v1 API, enabling management of budgets, accounts, transactions, payees, and more through 23 tools covering all endpoint paths.142 npm2MIT
TDQS
Scored across 51 tools
Most tools are tied to distinct Coda resources (docs, pages, tables, rows, permissions, folders, domains), so a well-informed agent can usually select correctly. A few adjacent pairs, such as coda_upsert_rows vs coda_update_row and coda_list_permissions vs coda_get_acl_settings, could cause misselection without careful reading.
The overwhelming majority use a predictable coda_<verb>_<object> snake_case pattern, making behavior guessable. Minor deviations like coda_whoami and the singular/plural split between coda_delete_row and coda_delete_rows keep it from being perfectly uniform.
At 51 tools, the surface is far beyond the typical well-scoped MCP server and crosses the 50+ threshold for an extreme count. Although each tool maps to a real Coda operation, the sheer number makes the server heavy for an agent to navigate.
The tool set covers almost all major Coda workflows: docs, pages, rows, columns, formulas, controls, permissions, sharing, publishing, folders, and domains. The main gaps are table/column lifecycle mutations (no create/update/delete table or column) and content creation beyond pages, so agents may need workarounds for those.