Enterprise DNA
M MCP Servers Developer low

orellazi/coda-mcp

by Various

MCP Server for Coda

O

MCP

orellazi/coda-mcp

Added 1 June 2026

Overview

Connects your AI assistant to Coda so it can read documents, query tables, and create or update rows without you opening the Coda app. Useful for teams that run project trackers, ops docs, or lightweight databases in Coda and want a faster way to keep them current. Covers both reading content and making updates through plain-English requests.

Best for

Best for
Teams running trackers or ops docs in Coda who want updates handled conversationally

Use cases

  • Query a Coda table to answer a question about current data
  • Create or update a row in a tracker from a plain-English request
  • Pull document content into a conversation instead of opening Coda
  • Automate a recurring document or table update

How to use

Tools exposed

  • coda_list_documents
  • coda_list_pages
  • coda_create_page
  • coda_get_page_content
  • coda_replace_page_content
  • coda_append_page_content
  • coda_duplicate_page
  • coda_rename_page
  • coda_peek_page
  • coda_resolve_link
  • coda_list_tables
  • coda_list_columns
  • coda_list_rows
  • coda_get_row
  • coda_upsert_rows
  • coda_update_row
  • coda_delete_row
  • coda_delete_rows
  • coda_push_button

Tested with

Cursor, Claude Desktop

Example client config

{\n  "mcpServers": {\n    "coda": {\n      "command": "npx",\n      "args": ["-y", "coda-mcp@latest"],\n      "env": {\n        "API_KEY": "..."\n      }\n    }\n  }\n}

Notes

A Model Context Protocol server that enables AI assistants to interact with Coda documents. It exposes Coda API operations as tools for reading, writing, and managing docs through the MCP standard.

60 stars on GitHub. Last updated 2026-03-31. Licensed MIT.

Use cases

  • Query Coda tables and retrieve document content via an AI assistant
  • Create or update rows in Coda tables programmatically
  • Automate document management workflows from an MCP-compatible client

Pros

  • Leverages the MCP standard for easy integration with AI tools
  • Written in TypeScript for type safety and maintainability
  • Small focused codebase with 60 GitHub stars

Cons

  • Limited to Coda’s API capabilities and rate limits
  • Requires a Coda API token and proper authentication setup
  • Relatively new project with a small community

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Leverages the MCP standard for easy integration with AI tools
  • Written in TypeScript for type safety and maintainability
  • Small focused codebase with 60 GitHub stars

Cons

  • Limited to Coda's API capabilities and rate limits
  • Requires a Coda API token and proper authentication setup
  • Relatively new project with a small community

Pairs with

Other entries in the index that connect to this one. Click through to see the chain.

Free 27-page guide

Get the free Developer’s Field Guide

A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.

Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks