Coda MCP ServerServer

orellazri
GitHub
CodaMCPAI Integration

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server that allows AI assistants to interact with Coda documents, enabling actions such as listing, creating, reading, updating, and duplicating pages.

📝 JSON Entries

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

🛠️ Tools

update-pagelist-pagescreate-pageget-page-contentduplicate-page

Features

  • List pages
  • Create pages
  • Get page content
  • Replace page content
  • Append page content
  • Duplicate pages
  • Rename pages

💬 Example Queries

  • List all pages in the Coda document
  • Create a new page in the Coda document with initial markdown content
  • Get the content of a specific page in the Coda document
  • Replace content of a specific page in the Coda document
  • Append content to a page in the Coda document
  • Duplicate a page in the Coda document
  • Rename a page in the Coda document