Coda MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port to run the server on | 3000 |
| API_KEY | No | Coda API key | |
| CODA_API_KEY | No | Coda API key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| coda_whoamiA | Get information about the current authenticated user. Use this to verify API key and check permissions. |
| coda_list_docsB | List all Coda documents accessible to the authenticated user. Supports filtering by owner, workspace, folder, and search query. |
| coda_get_docB | Get detailed information about a specific Coda document by its ID. Returns metadata like name, owner, creation date, and links. |
| coda_create_docB | Create a new Coda document. Can optionally copy from an existing document (sourceDoc) or create with initial content. |
| coda_delete_docA | Permanently delete a Coda document. This action cannot be undone. Use with caution. |
| coda_list_pagesC | List all pages in a Coda document |
| coda_list_tablesA | List tables in a Coda document, with optional fuzzy search by table name/page name or Coda URL context |
| coda_get_tableC | Get detailed information about a specific table |
| coda_list_columnsC | List all columns in a table |
| coda_list_rowsC | List all rows in a table with optional filtering |
| coda_create_rowC | Create a new row in a table |
| coda_update_rowC | Update an existing row in a table |
| coda_list_formulasB | List all formulas in a Coda document |
| coda_list_controlsA | List all controls (buttons, sliders, etc.) in a Coda document |
| coda_push_buttonC | Push a button control in a Coda document |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RunLittleTurtle/mcp-coda'
If you have feedback or need assistance with the MCP directory API, please join our Discord server