The first and only MCP client that lets Claude AI directly manage your Coda docs, tables, and pages. Build workflows that used to take hours in minutes.
5 ready-to-use automation templates + setup guide.Premium pack ($47) available after signup.
No spam. Unsubscribe anytime. We respect your inbox.
Let Claude read, analyze, and update your Coda docs intelligently. No more copy-paste marathons.
Every Coda operation: docs, tables, rows, pages, formulas. We fixed what others couldn't.
CLI ready to go, MCP integration for Claude, comprehensive examples included.
# Install the package
npm install coda-mcp-client
# Use with Claude AI
npx coda-mcp-client
# Example: Auto-update project status
const coda = new CodaClient(apiKey)
await coda.updateRow(docId, tableId, rowId, {
'Status': 'Completed',
'Last Updated': new Date()
})Available on: