Loading...
{
"mcpServers": {
"coda": {
"command": "npx",
"args": ["-y", "coda-mcp@latest"],
"env": {
"API_KEY": "..."
}
}
}
}coda_list_documentsLists all Coda documents accessible to the API key.
Read-only operation, no data modification.
coda_list_pagesLists all pages within a specified Coda document.
Read-only operation, no data modification.
coda_create_pageCreates a new page in a Coda document.
Creates new content; potential for unintended document structure changes.
coda_get_page_contentRetrieves the content of a specified Coda page.
Read-only operation, no data modification.
coda_replace_page_contentReplaces the content of a specified Coda page.
Overwrites existing content; potential for data loss.
coda_append_page_contentAppends content to the end of a specified Coda page.
Adds content; potential for unintended document changes.
coda_duplicate_pageCreates a copy of an existing Coda page.
Duplicates existing content; potential for unintended document bloat.
coda_rename_pageRenames an existing Coda page.
Renames existing content; potential for breaking internal links.
coda_peek_pageRetrieves the first few lines of a Coda page.
Read-only operation, no data modification.
coda_resolve_linkResolves metadata from a Coda object browser link.
Read-only operation, no data modification.
This server allows for both read and write operations on Coda documents, making it moderately risky. It's safe when used responsibly with a securely stored API key and clear understanding of the tool functionalities. Risky scenarios include accidental data overwrites or exposure of the API key.