MCP server

Coda

MCP

Official Coda MCP. Docs as a database.

Coda’s remote server. Pages and tables on the docs you authorize.

latest·Proprietary·Updated this quarter·Transport: http

Claude CodeCursorDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "coda": {
      "url": "https://mcp.coda.io/mcp"
    }
  }
}

By Coda

Spec

What the server actually exposes.

  • list_docs

    read

    Docs you can see.

  • list_tables

    read

    Tables in a doc.

  • upsert_rows

    write

    Write rows after you confirm.

Guardrails

  • OAuth or an API key you provide
  • Writes are separate tools
  • Scope is the account you connect

coda-mcp.mcp/tools

Tools

  • list_docs

    Docs you can see.

    read
  • list_tables

    Tables in a doc.

    read
  • upsert_rows

    Write rows after you confirm.

    write

Last call

{ "ok": true,
  "tool": "list_docs",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.