Coda Connector for AI agents.
11 live capabilities
Manage your docs, tables, and project trackers with natural language.
Waiting for input…
Why people use Coda
Coda for Project Management and Data Entry
This Connector changes that by turning your Coda workspace into a dynamic database your agent can actually touch. You can just tell your agent to log a new task or check the budget, and it does the clicking for you. You get a workspace that stays updated in real-time without the manual overhead.
What Vinkius changes
Your AI agent becomes a hands-on contributor to your Coda workspace.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Pulling budget totals instantly
A PM needs to know the total spend.
- Real-world use case 02
Logging tasks during meetings
An Ops lead wants to log a new ticket while in a meeting.
- Real-world use case 03
Checking task status in a chat
A developer wants to see if a task is done.
Complete set · 11capabilities
The complete Coda capability set.
These are the exact actions your AI can choose when you ask it to work with Coda.
01—04
4 capabilities in this set.
Part of 11 available through Coda.
- 01 Capability
Delete rows
Remove specific rows from a Coda table. This helps clean up old records or remove completed tasks from your view.
- 02 Capability
Get table details
Get details for a table
- 03 Capability
Insert rows
Add new rows into a Coda table. Use this to log new entries or add items to a list automatically.
- 04 Capability
Get user profile
Get your Coda profile
05—08
4 capabilities in this set.
Part of 11 available through Coda.
- 05 Capability
Get doc details
Get detailed information about a specific Coda document. This helps your agent understand the structure of the doc it's working in.
- 06 Capability
List columns
Retrieve a list of columns in a Coda table. This allows your agent to see the headers and data types available in a table.
- 07 Capability
List docs
Retrieve a list of Coda documents available to you. Use this so your agent can find the right workspace to start a task.
- 08 Capability
List formulas
Retrieve a list of named formulas in a Coda document. This helps the agent identify which formulas are available for calculation.
09—11
3 capabilities in this set.
Part of 11 available through Coda.
- 09 Capability
List rows
Retrieve rows from a specific table in a Coda document. This lets your agent read the actual data inside your trackers.
- 10 Capability
List tables
Retrieve a list of tables within a specific Coda document. Use this to navigate through different sections of a large document.
- 11 Capability
Update row
Update an existing row in a Coda table. This lets your agent modify statuses, dates, or any other cell value in your docs.
Set up in minutes
One URL. Then ask Coda to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Coda from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_MonByfOExVWMFo5xmXNpsT8zUYdgcxIgogZpkWmM/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Coda, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Coda for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_MonByfOExVWMFo5xmXNpsT8zUYdgcxIgogZpkWmM/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Coda URL.
- Step 03
Save and start
Save the connection and enable Coda in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"coda": {
"url": "https://edge.vinkius.com/vk_preview_MonByfOExVWMFo5xmXNpsT8zUYdgcxIgogZpkWmM/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Coda
Open Agent mode in chat and ask: "Using Coda, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"coda": {
"url": "https://edge.vinkius.com/vk_preview_MonByfOExVWMFo5xmXNpsT8zUYdgcxIgogZpkWmM/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Coda
Ask Copilot: "Using Coda, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"coda": {
"url": "https://edge.vinkius.com/vk_preview_MonByfOExVWMFo5xmXNpsT8zUYdgcxIgogZpkWmM/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Coda
Open Cascade and ask: "Using Coda, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"coda": {
"url": "https://edge.vinkius.com/vk_preview_MonByfOExVWMFo5xmXNpsT8zUYdgcxIgogZpkWmM/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Coda
Ask Cline: "Using Coda, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add coda --transport http "https://edge.vinkius.com/vk_preview_MonByfOExVWMFo5xmXNpsT8zUYdgcxIgogZpkWmM/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Coda
Ask Claude: "Using Coda, show me...". 11 tools are ready
Where the request belongs
Work Coda can move forward.
This is for the project manager who's tired of manual data entry and the operations lead who needs real-time status updates without digging through nested docs.
Product Manager
Pulls formula results and table data during standups to keep stakeholders updated.
Operations Lead
Updates tracker tables and checks statuses from the chat while moving between meetings.
Data Analyst
Syncs data between Coda docs and other capabilities to maintain a single source of truth.
When one Connector is not enough
Carry the request into a workflow.
Combine Coda with the systems that finish the task.
View all recipesConsolidate Scattered Knowledge Using MCP
Half your documentation is in Notion and half is in Coda because two teams chose different capabilities , now nobody can find anything and onboarding a new engineer takes 3 weeks instead of 3 days
MCP Recipe for WhatsApp Legal Client Intake
Client inquiry submitted, case record created, confirmation sent on WhatsApp , your law firm intake runs itself
Connectors for Investment Committee Memos
Company enriched, funding history pulled, IC memo structured , your investment committee prep goes from 8 hours to 30 minutes
MCP Workflow for Legal Document Organization
Case records reviewed, relevant documents located, client update sent , your legal work stays organized and your clients stay informed
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCoda
Combine docs, spreadsheets, and apps into powerful all-in-one documents that grow with your team and automate routine work.
Tencent Docs
Collaborative office workspace by Tencent. manage documents, sheets, and slides via AI.
Smartsheet
Manage sheets, reports, and rows on Smartsheet with AI agents.
Retable
Organize data in smart spreadsheets with relational views, team collaboration, and workflow automation that goes beyond basic tables.
Zoho Sheet
Connect your AI agents to Zoho Sheet for spreadsheet management: workbooks, worksheets, cell data, rows, and sharing.
Shimo Docs
Collaborative office suite and document management platform. manage Word, Excel, and PPT via AI.
Bring your own AI
Change the model, client or framework. Keep Coda connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Coda.
The practical details behind the request, access and result.
Can the Coda MCP update my tables automatically?
Yes, it can update existing rows and insert new ones. This means your agent can log tasks, change statuses, or update dates directly in your Coda tables.
How do I give the agent access to my Coda docs?
You just need to provide your Coda API token from your Account Settings. Once connected, your agent can see and interact with the docs you have shared.
Can the agent read my Coda formulas?
Yes, it can pull the live calculated value of any named formula. This is great for getting real-time budget or progress totals in your chat.
Is the Coda MCP good for project tracking?
It's built for it. Because it can read rows and update statuses, it's a perfect way to keep your project trackers current without leaving your chat.
Does the Coda MCP work for my team's workspace?
Yes, it works for any Coda workspace you have access to. As long as you provide the API token, your agent can navigate your docs and tables.
Can the agent find specific documents for me?
Yes, it can list all your documents and navigate to specific pages or tables. This helps your agent find the right workspace to get work done.
How do I find my doc and table IDs?
You can find IDs in the document's URL, or use the 'list_docs' and 'list_tables' capabilities to discover them.
What does 'HTTP 202 Accepted' mean?
Coda processes many changes asynchronously. This status means your request was queued and will be applied shortly.
Can I trigger buttons in Coda?
Many Coda buttons are column actions that can be triggered by updating a row value. So yes, indirectly.
How do I find my Coda API Token?
Log in to Coda, navigate to Account Settings > API Settings, and generate a new token for your integration.
Where do I find my Doc ID?
The Doc ID is the string of characters in your Coda document's URL after the '/d/'.
Can I filter rows using natural language?
Yes! The list_rows capability supports a query parameter where the agent can apply filters like Status:"Done" to find specific data.
One connection away
Give your agent a direct line to Coda.
Connect Coda once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available