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

coda-mcp

MCP Server for Coda

61 stars821/wkupdated 97d agogithub ↗
86good
▣ 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%
100
25.0
Adoption
20%
53
10.6
Quality
10%
100
10.0
Trust
10%
50
5.0
Total
85.6
⚿ 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 48 snapshots
4/30/20267/6/2026 · 48 snapshots
⚙ Maintenance health
55/ 100 · is this project alive?
contributors (1y)4
top contributor share50%
releases (1y)6
last release97d ago
ci✗ none
⛁ Raw data
weekly downloads821
github stars61
forks34
open issues0
license✓ present
readme length3187 chars
last publish1d ago
last commit97d ago
last updated1d ago
install verified✓ pass · 48d 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