← Index

io.github.nkpar/coda

io.github.nkpar/coda·v0.2.1·Other
Quality Score
76
/100

Interact with Coda.io documents, tables, and rows via the Coda API

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "coda": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/nkpar/coda-mcp:0.2.1"
      ],
      "env": {
        "CODA_API_TOKEN": "<your-coda_api_token>"
      }
    }
  }
}
§02  Environment variables
CODA_API_TOKEN
requiredsecret

Coda API token from coda.io/account

§03  MCP Quality Score  ·  methodology
freshness
21
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other