MCP server

Coda
MCPOfficial Coda MCP. Docs as a database.
Coda’s remote server. Pages and tables on the docs you authorize.
latest·Proprietary·Updated this quarter·Transport: http
Claude CodeCursorDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"coda": {
"url": "https://mcp.coda.io/mcp"
}
}
}By Coda
Spec
What the server actually exposes.
list_docs
readDocs you can see.
list_tables
readTables in a doc.
upsert_rows
writeWrite rows after you confirm.
Guardrails
- OAuth or an API key you provide
- Writes are separate tools
- Scope is the account you connect
coda-mcp.mcp/tools
Tools
- read
list_docs
Docs you can see.
- read
list_tables
Tables in a doc.
- write
upsert_rows
Write rows after you confirm.
Last call
{ "ok": true,
"tool": "list_docs",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
