coda for Claude Desktop
io.github.nkpar/coda
Interact with Coda.io documents, tables, and rows via the Coda API
client:Claude Desktop
transport:stdio
runtime:oci
Install coda in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"coda": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/nkpar/coda-mcp:0.2.1"
],
"env": {
"CODA_API_TOKEN": "<CODA_API_TOKEN>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs