$ timeahead.in
/ servers/npm/coda-mcp
npm

coda-mcp

MCP Server for Coda

β˜… 60 stars↓ 761/wkupdated 70d agogithub β†—
82good
β–£ Overview

What it does

The Coda MCP server provides Claude and other MCP clients with programmatic access to the Coda API. It exposes 19 tools for managing Coda documents and pagesβ€”listing, creating, reading, updating, duplicating, and renaming pages, plus table operations (listing, querying, upserting, and deleting rows) and utility operations like resolving links and peeking at page content.

Who it's for

Developers and knowledge workers who use Coda as a primary workspace and want to automate document operations from Claudeβ€”for example, creating notes from a Claude conversation, querying structured data in Coda tables without opening the UI, or auto-generating documentation pages.

Common use cases

  • Create Coda pages programmatically from Claude conversations or research summaries.
  • Query and update rows in Coda tables directly from Claude without opening the UI.
  • Duplicate page templates and populate them with AI-generated content.
  • Append research summaries or meeting notes to existing Coda pages.
  • Resolve and navigate to Coda objects given a browser URL.

Setup pitfalls

  • Requires a Coda API key from account settings; pass it as the API_KEY environment variable.
  • Community-maintained without CI/CD; manually verify compatibility with your Coda API version before production deployment.
  • Last updated 58 days ago; check the repository for any breaking changes in Coda's API since the server's last release.
β–£ Score BreakdownMCPScore = Ξ£(raw Γ— weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
85
21.3
Adoption
20%
52
10.5
Quality
10%
100
10.0
Trust
10%
50
5.0
Total
81.7
⚿ Capabilities & Risk Explainer
networksecrets
β—† Risk level: mediumΒ· 19 tools Β· auth: API key
network + secrets β€” requires access to credentials or environment secrets.
Tool nameDescriptionDestructive?
coda_list_documentsβœ“ no
coda_list_pagesβœ“ no
coda_create_pageβœ“ no
coda_get_page_contentβœ“ no
coda_peek_pageβœ“ no
+14 more tools
coda_replace_page_contentβœ“ no
coda_append_page_contentβœ“ no
coda_duplicate_pageβœ“ no
coda_rename_pageβœ“ no
coda_resolve_linkβœ“ no
coda_list_tablesβœ“ no
coda_list_columnsβœ“ no
coda_list_rowsβœ“ no
coda_get_rowβœ“ no
coda_upsert_rowsβœ“ no
coda_update_rowβœ“ no
coda_delete_row⚠⚠ yes
coda_delete_rows⚠⚠ yes
coda_push_buttonβœ“ no
βš™ Install config
Claude Desktop Β· Cursor Β· Windsurf Β· VS Code (Copilot) Β· Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "coda": {
      "command": "npx",
      "args": [
        "-y",
        "coda-mcp"
      ]
    }
  }
}
πŸ“ˆ Score historylast 32 snapshots
4/30/20266/10/2026 Β· 32 snapshots
βš™ Maintenance health
56/ 100 Β· is this project alive?
contributors (1y)4
top contributor share50%
releases (1y)9
last release70d ago
ciβœ— none
⛁ Raw data
weekly downloads761
github stars60
forks33
open issues0
licenseβœ“ present
readme length3187 chars
last publish27d ago
last commit70d ago
last updated2h ago
install verifiedβœ“ pass Β· 20d ago
owner of this server? claim your listing to get a verified badgeclaim β†’
πŸ”” Score drop alerts
get notified by email when this server's score drops 5+ points
coda-mcp β€” MCP Score: 82/100 | MCPScore | Timeahead