Odel
mcp coda

mcp coda

Local
@vish2882PythonMITUpdated 2w ago

MCP server for Coda API — docs, pages, tables, rows, formulas, permissions, and automation.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-codav0.5.3

Run

uvx mcp-coda

MCP client config

{
  "mcpServers": {
    "mcp-coda": {
      "command": "uvx",
      "args": [
        "mcp-coda"
      ]
    }
  }
}