Access docs, tables, rows, formulas, and automations in Coda — AI-native doc-database hybrid for any agent.
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"coda": {
"url": "https://mcp.aerostack.dev/s/aerostack/mcp-coda",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the _ping tool to health check — returns { ok: true } if the server and api token are working”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
Access docs, tables, rows, formulas, and automations in Coda — AI-native doc-database hybrid for any agent.
Coda is the all-in-one doc that combines the flexibility of documents with the power of spreadsheets and databases. This MCP server gives your AI agents full read/write access to your Coda workspace — listing docs, querying table rows, inserting and updating data, and inspecting formulas and controls. Connect it once and every agent in your workspace can work with your Coda data.
Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-coda
| Tool | Description |
|---|---|
_ping | Health check — verifies the server and API token are working |
list_docs | List Coda docs accessible to the authenticated user, with optional search |
get_doc | Get detailed information about a specific Coda doc |
list_tables | List all tables in a Coda doc |
get_table_rows | Get rows from a table with optional query filter, sort, and limit |
insert_rows | Insert one or more rows into a Coda table |
update_row | Update an existing row in a Coda table |
delete_row | Delete a row from a Coda table |
list_formulas | List all named formulas in a Coda doc |
list_controls | List all controls (buttons, sliders, inputs) in a Coda doc |
| Variable | Required | Description | How to Get |
|---|---|---|---|
CODA_API_TOKEN | Yes | API token for Coda API v1 | coda.io/account → API settings → Generate API token |
CODA_API_TOKEN under Project → SecretsOnce added, every AI agent in your workspace can call Coda tools automatically — no per-user setup needed.
"List all my Coda docs that mention 'Q2 Planning'"
"Show me the rows in the Tasks table where Status is 'In Progress'"
"Add a new row to the Bugs table with title 'Login timeout' and priority 'High'"
"What formulas are defined in my Sprint Tracker doc?"
"Delete the row with ID i-abc123 from the Inventory table"
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-coda \
-H 'Content-Type: application/json' \
-H 'X-Mcp-Secret-CODA-API-TOKEN: your-token' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_docs","arguments":{}}}'
MIT
Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-coda
Sub-50ms globally · Zero cold start
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
by @aerostack
Discover and invoke any MCP, Function, or Skill published to the Aerostack marketplace — the universal AI capability hub.
by @aerostack
Search indexes, manage records, browse data, and configure ranking in Algolia — AI-native instant search access.
by @aerostack
Query documents, run AQL, traverse graphs, and manage collections in your ArangoDB database — AI-native multi-model database access.
by @aerostack
Post, schedule, and analyze social media across 13 platforms — Facebook, Instagram, X, LinkedIn, TikTok, Bluesky, Threads, Reddit, Pinterest, YouTube, Telegram, Snapchat, Google Business.
by @aerostack
Manage projects, to-dos, messages, schedules, and campfire chats in Basecamp — AI-native project management.
by @aerostack
Run SQL queries, list datasets and tables, inspect schemas, and export results from Google BigQuery — AI-native data warehouse access.
Yes. The Coda MCP includes a create_rows tool that lets Claude create rows in your Coda account from a plain-English prompt. You can also update and delete rows — no Coda UI needed.
Yes. The Coda MCP includes tools to list and retrieve docs from your Coda account. Claude can filter, sort, and summarize docs based on your instructions.
Yes. The Coda MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 9 Coda tools are available everywhere you connect it — install once on Aerostack.
Yes. The Coda MCP includes tools to update rows in your Coda account. Tell Claude what to change in plain English — it reads the current state and applies the update via the Coda API.